anilvpatel21 edited a comment on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-924608643
@ukm21 In the local superset_config.py, you must have enabled ALERT_REPORTS
in DEFAULT_FEATURE_FLAGS and remove depreciated ENABLE_ALERTS from the config
file. Hope it will work.
```
#ENABLE_ALERTS = False
DEFAULT_FEATURE_FLAGS = {
ALERT_REPORTS: True
}
```
--
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]