- metadatasqlalchemy.MetaData
- The sqlalchemy schema description. 
- tablesdict
- A mapping from table or view name to the associated SQLAlchemy object.
Note that this contains both true tables and views. 
- viewsset
- The names of entries in - tablesthat are actually implemented as
views.