singh-ab commented on issue #12794: URL: https://github.com/apache/superset/issues/12794#issuecomment-779100480
@Asturias-sam : there is a new menu for `Alerts and Reports` and I am using it . something like - https://docs.preset.io/docs/alerts-reports to have that enabled you can need to a have a `feature flag` in your config . ``` FEATURE_FLAGS = { "ALERT_REPORTS": True, } ``` post this you need to `superset init` . ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
