fix(dashboard): multiple query trigger when native filter enabled#14734
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14734 +/- ##
==========================================
- Coverage 77.54% 77.54% -0.01%
==========================================
Files 959 960 +1
Lines 48696 49128 +432
Branches 5743 5902 +159
==========================================
+ Hits 37762 38094 +332
- Misses 10733 10832 +99
- Partials 201 202 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@zhaoyongjie this extra queries issue only happens when filter has |
the extra queries trigger when the filter has the extra queries do not trigger when append new filter values. May-21-2021.16-13-38.mp4 |
* master: (163 commits) fix(native-filters): Manage default value of filters by superset (apache#14785) fix: Additional ResultSet tests (apache#14741) chore: added BasicParametersMixin to Redshift (apache#14752) fix: make dataset list sort case insensitive (apache#14528) fix: use encodeURIComponent when getting table metadata (apache#14790) fix: ensure engine is outside parameters (apache#14787) database modal should close on connect with tab layout (apache#14771) feat(native-filters): add search all filter options (apache#14710) fix: extra query in Dashboard when native filter enabled (apache#14770) chore: Improves the native filters UI/UX - iteration 2 (apache#14753) fix(native filters): Fix explore state (apache#14779) fix(explore): DndColumnSelect not handling controls with "multi: false" (apache#14737) feat: Create BigQuery Parameters for DatabaseModal (apache#14721) feat: enable user impersonation in GSheets (apache#14767) fix: add DB should not say it's Postgres (apache#14766) Revert "fix(dashboard): multiple query trigger when native filter enabled (apache#14734)" (apache#14762) feat: save database with new dynamic form (apache#14583) fix: save non-parameter DBs (apache#14759) chore: Removes ColorSchemeControl.less (apache#14199) fix(explore): Icons width (apache#14717) ...
…ache#14734) * fix(dashboard): multiple query trigger when native filter enabled * fix lint * wip
…bled (apache#14734)" (apache#14762) This reverts commit 88de410.
…ache#14734) * fix(dashboard): multiple query trigger when native filter enabled * fix lint * wip
…bled (apache#14734)" (apache#14762) This reverts commit 88de410.
…ache#14734) * fix(dashboard): multiple query trigger when native filter enabled * fix lint * wip
…bled (apache#14734)" (apache#14762) This reverts commit c5d4962.
…ache#14734) * fix(dashboard): multiple query trigger when native filter enabled * fix lint * wip
…bled (apache#14734)" (apache#14762) This reverts commit 2128795.
SUMMARY
fix multiple query trigger when native filter has default value
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before
#14706
After
dashboard.multiple.query.mp4
TEST PLAN
tested in my local
ADDITIONAL INFORMATION