I am using Python 3.10.12 and have run pip install apache-superset
to install superset.
I’ve added the feature of alert in superset_config.py
<code>FEATURE_FLAGS = {
'ALERT_REPORTS': True,
}
</code>
<code>FEATURE_FLAGS = {
'ALERT_REPORTS': True,
}
</code>
FEATURE_FLAGS = {
'ALERT_REPORTS': True,
}
But when adding an alert through the form the add button is disabled stating that the email recipients field is not filled even though it is:
How do I fix this?
New contributor
Kalieswari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1