Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed sqlalchemy Dialect.has_table() error #11

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

federicofantini
Copy link

sqlalchemy.exc.ArgumentError: The argument passed to Dialect.has_table() should be a <class 'sqlalchemy.engine.base.Connection'>, got <class 'sqlalchemy.engine.base.Engine'>. Additionally, the Dialect.has_table() method is for internal dialect use only; please use inspect(some_engine).has_table(<tablename>>) for public API use.

@federicofantini federicofantini changed the title fixed #1 (I opened issue on my fork) fixed sqlalchemy Dialect.has_table() error Mar 10, 2023
@doomedraven doomedraven merged commit 0fbe295 into CAPESandbox:master Mar 10, 2023
@doomedraven
Copy link
Collaborator

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants