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
$ python3 runner.py
...
DEBUG | All tests have been successfully completed.
Traceback (most recent call last):
File "runner.py", line 158, in <module>
main()
File "runner.py", line 151, in main
check_engine_connection()
File "runner.py", line 22, in check_engine_connection
_ = pd.read_sql_query("SELECT 1", engine)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pandas/io/sql.py", line 435, in read_sql_query
pandas_sql = pandasSQL_builder(con)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pandas/io/sql.py", line 788, in pandasSQL_builder
return SQLDatabase(con, schema=schema, meta=meta)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pandas/io/sql.py", line 1410, in __init__
meta = MetaData(self.connectable, schema=schema)
TypeError: __init__() got multiple values for argument 'schema'
Symptom:
Workaround:
h/t https://stackoverflow.com/questions/75282511/df-to-table-throw-error-typeerror-init-got-multiple-values-for-argument
Perhaps the reqirements.txt could be more specific about sqlalchemy major version...?
The text was updated successfully, but these errors were encountered: