Hi All,
I would like to get all tables of a database that I have read only
access.The lines below raise "CircularDependencyError: Circular dependency
detected. Cycles:...."
How can I get around this problem? Any idea?
from sqlalchemy.schema import MetaData
meta = MetaData()
meta.reflect(bind=db_engine)
tables = meta.sorted_tables
#tables = meta.tables
for table in tables:
print table
Thanks
Nicola
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.