-
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
Disable sqlmodel warning #166
Comments
Can you show the example output? |
|
We solved this for the test suite by placing the tests within context managers. (See: #48) We are appropriately setting I'm not convinced that filtering all warnings is the correct way to proceed. Perhaps we could load a model from an existing table? Via object reflection? https://docs.sqlalchemy.org/en/20/core/reflection.html |
Per discussion, assigning this to Alex and I'm moving this to another milestone as it should not hold up 0.9.0. |
Right now, whenever you want to report a result, sqlmodel raises warning, that sais this table is already created. Shouldn't it be disabled?
https://stackoverflow.com/questions/14463277/how-to-disable-python-warnings
The text was updated successfully, but these errors were encountered: