-
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: SQL Lab cancel query in Redshift database connection does not wo… #16326
Conversation
The changes are similar to the corresponding option in Postgres's cancel SQL option in SQL Lab |
Codecov Report
@@ Coverage Diff @@
## master #16326 +/- ##
==========================================
- Coverage 76.63% 66.71% -9.93%
==========================================
Files 1000 1750 +750
Lines 53426 65431 +12005
Branches 6819 6906 +87
==========================================
+ Hits 40945 43653 +2708
- Misses 12244 20028 +7784
- Partials 237 1750 +1513
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thank you @yourssvk, this looks great. I'm closing and reopening this PR to rerun some E2E tests that have failed and are likely flaky. |
Hi @eschutho Can this be Merged? Any issues? |
@yourssvk sorry for the delay. It looks like there's just one linting error that's failing the tests. Can you try running pre-commit locally to fix it? There are instructions isn https://github.com/apache/superset/blob/master/CONTRIBUTING.md how to get pre-commit running. |
@yourssvk I'm getting empty query id while superset code calling
|
…rk #16325
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION