-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
chore: cleanup sqlalchemy warnings #24403
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24403 +/- ##
=======================================
Coverage 68.93% 68.93%
=======================================
Files 1904 1904
Lines 73879 73880 +1
Branches 8119 8119
=======================================
+ Hits 50928 50929 +1
Misses 20840 20840
Partials 2111 2111
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Looks like some tests are failing. I restarted them just in case we get lucky, but I think they're real and not just flaking. |
ea3e3f0
to
3bc8e0d
Compare
re-running CI after a re-base, pretty sure I was getting false negatives before... |
As part of a wider hygiene effort to clean up warnings messages and overall noise in our collective dev envrionments and CI, I'm fixing these noisy warnings when using the superset cli
These are warnings that come from the sqlalchemy ORM, probably from a previous bump/upgrade of sqlalchemy