-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(ssh): Editting Database w/ SSH Tunneling #24552
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24552 +/- ##
=======================================
Coverage 69.08% 69.08%
=======================================
Files 1906 1906
Lines 74114 74115 +1
Branches 8155 8155
=======================================
+ Hits 51200 51201 +1
Misses 20795 20795
Partials 2119 2119
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 |
@hughhhh Can you add a description explaining the PR? |
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
🏷️ preset:2023.27 |
(cherry picked from commit d041648)
@hughhhh can you add a test for this change too? |
(cherry picked from commit d041648)
SUMMARY
User's aren't able to update/edit ssh tunnel setting for any DBs inside superset. This PR fixes the API to first establish the ssh tunnel before doing a test connection.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION