-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: Allow users to update database in Dataset Edit Modal #17265
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17265 +/- ##
=======================================
Coverage 77.03% 77.03%
=======================================
Files 1037 1037
Lines 55626 55627 +1
Branches 7594 7595 +1
=======================================
+ Hits 42849 42850 +1
Misses 12527 12527
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@hughhhh Ephemeral environment spinning up at http://18.236.164.85:8080. Credentials are |
@hughhhh I tested and it works. Let's merge this to unblock Max, but we need to add unit tests and make it more resilient. Right now if you change the DB the user can still save the dataset even if the schema and table name are empty, which is bad. |
Ephemeral environment shutdown and build artifacts deleted. |
* add condition to fix save * remove console.log (cherry picked from commit d0bad96)
🏷️ 2021.42 |
* add condition to fix save * remove console.log (cherry picked from commit d0bad96)
* add condition to fix save * remove console.log
Does this fix #15733 ? |
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION