-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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(cross-filters): Add scoping for cross filters #13625
Conversation
/testenv up |
This is pretty amazing stuff @simcha90 ! 🎉 |
@junlincc Ephemeral environment spinning up at http://34.221.28.173:8080. Credentials are |
superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/dashboard/components/CrossFilterScopingModal/utils.ts
Outdated
Show resolved
Hide resolved
@robdiciuccio how can i turn on FFs in testenv? most of the features that needed to be tested are actually under FF or in Superset-UI currently. Is there a way to optimize it? 🙏 |
superset-frontend/src/dashboard/util/activeAllDashboardFilters.ts
Outdated
Show resolved
Hide resolved
|
Codecov Report
@@ Coverage Diff @@
## master #13625 +/- ##
==========================================
- Coverage 77.21% 72.77% -4.44%
==========================================
Files 912 921 +9
Lines 46449 46735 +286
Branches 5725 5733 +8
==========================================
- Hits 35866 34012 -1854
- Misses 10447 12508 +2061
- Partials 136 215 +79
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Ephemeral environment shutdown and build artifacts deleted. |
@junlincc feature flag and config overrides can be added if there's demand for those features. not currently possible, though. |
* feat: cross filter modal * refactor: add charts metadata * refactor: add charts metadata * feat: cross filters scoping * fix: fix CR notes * test: fix test * lint: fix lint
SUMMARY
This PR add scoping for cross filters
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2021-03-15.at.16.30.10.mov
TEST PLAN
ADDITIONAL INFORMATION