-
Notifications
You must be signed in to change notification settings - Fork 2
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
SQLA alchemy fails to import if database is not connected #21
Comments
I can't recreate this particular error. For example this command to import the sas schema from the archive database, which I do not have locally, imports fine.
However I do get probably related errors. I do encounter a problem when I import the schema for a database that fails to connect and then try to import a database and schema that I do have.
I only import the database itself without the schema, then everything works fine
I've tried resetting the engine and clearing out bases on the disconnected database but that doesn't help. So it might have something to do with how we're calling This might be related to #6. |
In this example if you import directly the schema, for a connection that initially does not connect to the database you get an error
But if you do
then you can do
without additional problems.
The text was updated successfully, but these errors were encountered: