Gets table names

PHOTO EMBED

Tue May 02 2023 00:24:44 GMT+0000 (Coordinated Universal Time)

Saved by @lmacciomaretto

from sqlalchemy import inspect
inspector = inspect(engine)
table_names = inspector.get_table_names()
table_names
content_copyCOPY