I know how to read metadata for existing DB table using SQL Alchemy:
meta = MetaData(bind=engine) meta.reflect(schema="schema_name", views=True, res