-
Notifications
You must be signed in to change notification settings - Fork 10
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
Please enable cross emitting filters in SuperSet #94
Comments
I just discovered where ALL the features are listed: https://github.com/apache/superset/blob/master/RESOURCES/FEATURE_FLAGS.md We don't need all, but this at least provides visibility into what things are called in case there are other feature-enabling requests. |
our superset config for osc is here: https://github.com/operate-first/apps/blob/master/odh-manifests/osc-cl1/superset/base/secret.yaml#L18 You can see the values of |
Any luck getting answers from the community? |
I still haven't got answers from the community @MichaelTiemannOSC |
hrmm not sure where you were enabling this, but for the osc superset instance I've added the feature flag to the config file and rebooted superset, can someone confirm if it works? |
@danielsaraujo if you are not using the osc superset instance, and instead are using your local deployment, you will need to add the feature flags in the config.py file -- did you do this? You can see the sample of the config file we are using with the feature flags here: https://github.com/operate-first/apps/blob/master/odh-manifests/osc-cl1/superset/base/secret.yaml#L18 |
NVM (will reopen if I really can't get it working). |
@HumairAK thanks for your attention. I will try another installation method to see if it works. |
cross filtering does not work if the column is renamed |
There is another superset feature needed behind a feature flag: cross emitting filters. This PR explains how to set the feature flag:
apache-superset/superset-ui#1041
Thank you!
The text was updated successfully, but these errors were encountered: