-
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
refactor: remove queryFields in QueryObject and update chart control configs #12091
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12091 +/- ##
==========================================
- Coverage 67.19% 63.06% -4.13%
==========================================
Files 994 994
Lines 49079 49067 -12
Branches 4982 4983 +1
==========================================
- Hits 32977 30945 -2032
- Misses 15980 17922 +1942
- Partials 122 200 +78
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
6e82bca
to
01f9f72
Compare
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, thanks for ripping this out!
ae3ab25
to
54a7f84
Compare
54a7f84
to
c58eae2
Compare
Looks like the failed cypress tests are causing errors on unrelated PRs. I'll restart a few times to see if they're just flaky. |
c58eae2
to
9b30284
Compare
…configs (apache#12091) * Clean up queryFields * Clean up unused vars * Bump chart plugins * Bringing changes in apache#12147
…configs (apache#12091) * Clean up queryFields * Clean up unused vars * Bump chart plugins * Bringing changes in apache#12147
SUMMARY
Remove
queryFields
fromformData
andqueryContext
as per discussion in #9962 (comment)Requires apache-superset/superset-ui#862
Also brings changes in #12147
to bundle the breaking changes into one working PR.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
No functional changes, all CI should pass
ADDITIONAL INFORMATION