inbreaks opened a new issue, #31650:
URL: https://github.com/apache/superset/issues/31650
### Bug description
Symptom description
1. Unable to enable Cross Filter. In 3.0.0, after clicking on dimension
data, you can filter for the same data source. In this version, there is no
response when clicking on dimension information
2. Unable to enable DRILL_BY. When you right-click on dimension information,
there is no DRILL_BY related menu to choose from. Instead, the default browser
menu pops up
The following invalid attempts were made
1. Add property configuration in dashboard
```
{
"color_scheme": "supersetColors",
"refresh_frequency": 21600,
"expanded_slices": {},
"label_colors": {},
"timed_refresh_immune_slices": [],
"cross_filters_enabled": true, # not working
"default_filters": "{}",
"chart_configuration": {},
"global_chart_configuration": {}
}
```
<img width="871" alt="image"
src="https://github.com/user-attachments/assets/ebdbc92e-7987-40a4-9b3b-8a6845087b5a"
/>
2. I tried to add the configuration in `superset > docker > pythonpath_dev >
superset_config_docker.py`
``` python
BABEL_DEFAULT_LOCALE = "zh"
DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
"ENABLE_TEMPLATE_PROCESSING": True,
"SSH_TUNNELING": True,
"CHART_PLUGINS_EXPERIMENTAL": True,
"DASHBOARD_RBAC": True,
"ENABLE_SUPERSET_META_DB": True,
"HORIZONTAL_FILTER_BAR": True,
"ALLOW_ADHOC_SUBQUERY": True,
"DASHBOARD_CROSS_FILTERS": True, # deprecated, not working
"DRILL_TO_DETAIL": True, # not working
"DRILL_BY": True # not working
}
```
BTW: `BABEL_DEFAULT_LOCALE="zh"` not working
### Screenshots/recordings
_No response_
### Superset version
4.1.1
### Python version
3.9
### Node version
16
### Browser
Chrome
### Additional context
I upgraded from 3.0.0 to 4.1.1
### Checklist
- [X] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [X] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [X] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
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]