-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
refactor: Removes the legacy dataset editor #31976
refactor: Removes the legacy dataset editor #31976
Conversation
Korbit doesn't automatically review large (500+ lines changed) pull requests such as this one. If you want me to review anyway, use |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #31976 +/- ##
===========================================
+ Coverage 60.48% 83.35% +22.86%
===========================================
Files 1931 544 -1387
Lines 76236 38981 -37255
Branches 8568 0 -8568
===========================================
- Hits 46114 32492 -13622
+ Misses 28017 6489 -21528
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/testenv up |
@michael-s-molina Processing your ephemeral environment request here. |
@michael-s-molina Ephemeral environment spinning up at http://34.220.166.108:8080. Credentials are |
@@ -80,7 +80,6 @@ describe('SqlLab query panel', () => { | |||
|
|||
it.skip('successfully saves a query', () => { | |||
cy.intercept('api/v1/database/**/tables/**').as('getTables'); | |||
cy.intercept('savedqueryviewapi/**').as('getSavedQuery'); |
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.
This is good for housekeeping but probably not needed as the test is being skipped.
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.
Codeowner bits (i.e. tests) LGTM! Kill it!!!
SUMMARY
As part of the 5.0, this PR executes the 16 - Remove Legacy Datasource Editor proposal.
It also removes some legacy endpoints that were deprecated.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
The
USE LEGACY DATASOURCE EDITOR
option was removed.TESTING INSTRUCTIONS
CI should be sufficient.
ADDITIONAL INFORMATION