-
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
[WIP] chore(explore): remove dedicated time section #12147
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12147 +/- ##
==========================================
- Coverage 67.15% 63.29% -3.87%
==========================================
Files 994 484 -510
Lines 49033 29744 -19289
Branches 4977 0 -4977
==========================================
- Hits 32929 18825 -14104
+ Misses 15982 10919 -5063
+ Partials 122 0 -122
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
7a00893
to
3b4fe7e
Compare
datasourceType === 'table' ? sqlaTimeSeries : druidTimeSeries; | ||
const { datasourceAndVizType } = sections; | ||
// list of datasource-specific controls that should be removed | ||
const invalidControls = |
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.
I saw in attached PR apache-superset/superset-ui#869 also time_range
, shouldn't be it here, or is it single valid time control?
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.
time_range
is the exception to the rule, as it should always be available (this will be noved to the forthcoming Filters section).
…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
This makes it possible to remove the dedicated time section. Requires the release of
superset-ui
to introduce these breaking changes: apache-superset/superset-ui#869 . The visual changes will be introduced in forthcoming PRs.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Non timeseries chart:
Timeseries chart:
TEST PLAN
ADDITIONAL INFORMATION