-
Notifications
You must be signed in to change notification settings - Fork 14k
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 schema select error msg #18564
Conversation
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.
Thanks for working on this, I just bumped into this the other day!
Codecov Report
@@ Coverage Diff @@
## master #18564 +/- ##
==========================================
+ Coverage 66.27% 66.29% +0.01%
==========================================
Files 1594 1594
Lines 62621 62623 +2
Branches 6311 6312 +1
==========================================
+ Hits 41505 41518 +13
+ Misses 19467 19456 -11
Partials 1649 1649
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷 preset:2022.5 |
* fix: sqllab schema select error msg * remove console logs * fix lint (cherry picked from commit 151d30b)
* fix: sqllab schema select error msg * remove console logs * fix lint
* fix: sqllab schema select error msg * remove console logs * fix lint
* fix: sqllab schema select error msg * remove console logs * fix lint
SUMMARY
This pr fixes and issue where if the sqllab backend persistence flag is on the param being passed into the dispatch function is not always a object and will subsequently caused the call to fail.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
before
after
Screen.Recording.2022-02-02.at.9.29.30.PM.mov
TESTING INSTRUCTIONS
Go to sql lab and click the schema and database selects. The error toast should not show.
ADDITIONAL INFORMATION