-
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: update connection modal to use existing catalog #20372
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.
Looks great! Make sure to delete the console log
superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #20372 +/- ##
==========================================
- Coverage 66.64% 66.52% -0.13%
==========================================
Files 1738 1739 +1
Lines 65060 65143 +83
Branches 6885 6902 +17
==========================================
- Hits 43360 43336 -24
- Misses 19953 20054 +101
- Partials 1747 1753 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* fix: update connection modal to use existing catalog * remove console (cherry picked from commit 160e674)
🏷️ preset:2022.23 |
* fix: update connection modal to use existing catalog * remove console (cherry picked from commit 160e674)
SUMMARY
This pr fixes an issue when user hits finish on the dbconnection modal and is unable to exit the screen because parameters field is not sent when validating, causing an db error.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
after
Screen.Recording.2022-06-14.at.9.12.24.AM.mov
TESTING INSTRUCTIONS
Go to dbconnection modal for gsheets and enter in you creds. After hitting connect, clicking finish on the next step should exit the modal back to listview.
ADDITIONAL INFORMATION