dosubot[bot] commented on issue #31650:
URL: https://github.com/apache/superset/issues/31650#issuecomment-2566352383
<!-- Answer -->
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
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts)</sup>.
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
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts)</sup>.
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
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>.
- DRILL_BY has been enabled in charts without filters (dimensions)
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>.
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.
<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
---
<sup>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)</sup>
--
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]