inbreaks commented on issue #31650: URL: https://github.com/apache/superset/issues/31650#issuecomment-2566356382
> I found some relevant information that might help with the issues you're experiencing with Cross Filter and DRILL_BY in Superset 4.1.1. > > 1. **Cross Filters:** > > * The `DashboardCrossFilters` feature flag is deprecated in Superset 4.1.1. It defaults to `True` and will be removed in a future major release. It's recommended to set this flag to `True` in your local configuration to avoid unexpected changes [[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts). > 2. **DRILL_BY:** > > * The `DRILL_BY` feature flag is not deprecated and is enabled by default, indicating it is stable and safe for production use [[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts). > > Additionally, there are some changes in the Superset 4.1.1 release notes regarding these features: > > * Cross filters scoping and using verbose map in applied cross-filters have been updated [[2]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md). > * DRILL_BY has been enabled in charts without filters (dimensions) [[2]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md). > > For troubleshooting, ensure that your configuration file (`superset_config_docker.py`) is correctly set up with the necessary feature flags. If the issue persists, it might be related to other configuration settings or compatibility issues introduced during the upgrade from version 3.0.0 to 4.1.1. > > _To continue talking to [Dosu](https://dosu.dev), mention @dosu._ > > Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/97f23dc6-e656-47fb-8803-8724de6e2c18?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/97f23dc6-e656-47fb-8803-8724de6e2c18?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/97f23dc6-e656-47fb-8803-8724de6e2c18?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/97f23dc6-e656-47fb-8803-8724de6e2c18?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/97f23dc6-e656-47fb-8803-8724de6e2c18?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/97f23dc6-e656-47fb-8803-8724de6e2c18?feedback_type=other) @dosu As far as I know, although feature flags are deprecated, these features are still available. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
