-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
feat(table): Table with Time Comparison #28057
feat(table): Table with Time Comparison #28057
Conversation
@Antonio-RiveroMartnez can this feature support PIVOT TABLE ? I tested and found not. |
b33cbcd
to
ea3ae4b
Compare
Hey @Smallhi , so far it's not part of the pivot table as you pointed out. Once merged we can consider bringing this to other visualizations like pivot etc, thanks for asking. |
ea3ae4b
to
f03135e
Compare
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://34.217.78.9:8080. Credentials are |
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://35.91.233.244:8080. Credentials are |
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@lilykuang Ephemeral environment spinning up at http://34.219.209.117:8080. Credentials are |
/testenv up |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://35.94.33.211:8080. Credentials are |
ccada04
to
e6cfe8a
Compare
/testenv up |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://34.219.149.143:8080. Credentials are |
e6cfe8a
to
7b3316a
Compare
/testenv up |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://34.219.156.16:8080. Credentials are |
7ebe84d
to
1ffef74
Compare
/testenv up |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://54.218.71.76:8080. Credentials are |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #28057 +/- ##
==========================================
+ Coverage 60.48% 67.19% +6.70%
==========================================
Files 1931 1957 +26
Lines 76236 77825 +1589
Branches 8568 8940 +372
==========================================
+ Hits 46114 52293 +6179
+ Misses 28017 23342 -4675
- Partials 2105 2190 +85
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/testenv up |
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://34.215.152.130:8080. Credentials are |
aa307f2
to
244fd42
Compare
- Handle nullish case when parsing dates so we can fix test cases
244fd42
to
0850d86
Compare
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://34.210.222.153:8080. Credentials are |
- Handle relative single dates - Adjust tests
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://52.89.241.120:8080. Credentials are |
# Conflicts: # superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx
918c6cd
to
fdcaea4
Compare
- Fix Relatives dates - Reset Custom date picker when date is invalid after switching from inherit - Handle custom ranges - Add tests to changes in shift calculation - Use timezone-mock so we can use different timezones in our tests and be certain things are working as expected Note: This is duplicating a method from controls, we must replace it entirely it and move to ui-core instead, but that should probably be a follow up commit
# Conflicts: # superset-frontend/plugins/plugin-chart-table/src/transformProps.ts
- fix lint - move all customTimeRangeDecode references to superset-ui
3da32e7
to
7c262ef
Compare
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@lilykuang Ephemeral environment spinning up at http://34.220.222.238:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
Co-authored-by: Lily Kuang <[email protected]> Co-authored-by: lilykuang <[email protected]> Co-authored-by: Kamil Gabryjelski <[email protected]>
SUMMARY
As part of the Time Comparison efforts, we are adding the new controls to the table viz.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION