You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using get_schema in sqlalchemy mode (providing an engine) does also create the table, while just getting the create table string should not have any effects.
the get_schema implementation for fallback duplicates a lot of code of PandasSQLTableLegacy._create_table_statement