-
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
fix(sqllab): Bump duckdb-engine version to 0.9.5 #26405
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26405 +/- ##
==========================================
- Coverage 69.14% 69.14% -0.01%
==========================================
Files 1946 1946
Lines 75990 75990
Branches 8479 8479
==========================================
- Hits 52544 52543 -1
- Misses 21267 21268 +1
Partials 2179 2179
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but wondering if we should add an upper bound? I know you maintain the driver, so you're the best person to say if this is a valid concern or not..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com> (cherry picked from commit bba1b14)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com> (cherry picked from commit bba1b14)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
SUMMARY
Currently, when a user selects a DuckDB database, the schema dropdown shows multiple instances of
main
. This was an issue in the SQLAlchemy driver and has been fixed on the latest version ofduckdb_engine
.BEFORE/AFTER SCREENSHOTS
Before:
After:
TESTING INSTRUCTIONS
db_name.schema_name
items instead of manymain
schema duplicatesADDITIONAL INFORMATION