Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DASHBOARD_CROSS_FILTERS didn't work #23418

Closed
HelloValue opened this issue Mar 18, 2023 · 3 comments
Closed

DASHBOARD_CROSS_FILTERS didn't work #23418

HelloValue opened this issue Mar 18, 2023 · 3 comments
Labels
#bug Bug report

Comments

@HelloValue
Copy link

A clear and concise description of what the bug is.

How to reproduce the bug

  1. docker pull apache/superset:latest
  2. docker run -d -p 8080:8088 --name myperset apache/superset
  3. docker exec -it mysuperset superset fab create-admin
  4. docker exec -it mysuperset superset db upgrade
  5. docker exec -it mysuperset superset init
  6. create superset_config.py
    FEATURE_FLAGS = { 'DASHBOARD_NATIVE_FILTERS': True, 'DASHBOARD_CROSS_FILTERS': True, 'DASHBOARD_NATIVE_FILTERS_SET':True, 'DASHBOARD_FILTERS_EXPERIMENTAL': True }
  7. docker cp superset_config.py mysuperset:/app/pythonpath/
  8. docker exec -it mysuperset superset init
  9. docker restart mysuperset
  10. create chat by piechat

Expected results

i can use DASHBOARD_CROSS_FILTERS

Actual results

i can't use DASHBOARD_CROSS_FILTERS in piechat

Screenshots

image

Environment

(please complete the following information):

  • superset version: superset latest image from dockerhub
@HelloValue HelloValue added the #bug Bug report label Mar 18, 2023
@mdeshmu
Copy link
Contributor

mdeshmu commented Mar 18, 2023

Control is moved to dashboard now. Please refer #22785

@mdeshmu
Copy link
Contributor

mdeshmu commented Mar 19, 2023

Whatever was supported through explore should still be supported from dashboard.

@HelloValue
Copy link
Author

tks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants