Skip to content

Commit

Permalink
refactor: Removes the filters set feature
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Dec 27, 2023
1 parent 863f8bb commit 18343fd
Show file tree
Hide file tree
Showing 62 changed files with 654 additions and 7,128 deletions.
1 change: 0 additions & 1 deletion RESOURCES/FEATURE_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ These features flags currently default to True and **will be removed in a future
- DASHBOARD_CACHE
- DASHBOARD_FILTERS_EXPERIMENTAL
- DASHBOARD_NATIVE_FILTERS
- DASHBOARD_NATIVE_FILTERS_SET
- DISABLE_DATASET_SOURCE_EDIT
- ENABLE_EXPLORE_DRAG_AND_DROP
- ENABLE_EXPLORE_JSON_CSRF_PROTECTION
Expand Down
428 changes: 212 additions & 216 deletions RESOURCES/STANDARD_ROLES.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ assists people when migrating to a new version.

### Breaking Changes

- [26369](https://github.com/apache/superset/issues/26369): Removes the Filter Sets feature including the deprecated `DASHBOARD_NATIVE_FILTERS_SET` feature flag and all related API endpoints. The feature is permanently removed as it was not being actively maintained, it was not widely used, and it was full of bugs. We also considered that if we were to provide a similar feature, it would be better to re-implement it from scratch given the amount of technical debt that the current implementation has.

### Potential Downtime

### Other
Expand Down
Loading

0 comments on commit 18343fd

Please sign in to comment.