Skip to content
Discussion options

You must be logged in to vote

hi -

you have a schema mismatch. "myschema" is your default schema which means you need to make sure your models do not include "myschema" in their schema parameter, which should be left at None.

see the section https://docs.sqlalchemy.org/en/20/core/reflection.html#interaction-of-schema-qualified-reflection-with-the-default-schema for in depth detail here. this issue doesn't usually occur with MySQL since using the "schema" parameter is not that common on this backend.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@drpoggi
Comment options

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