debapratimc opened a new issue #13667:
URL: https://github.com/apache/superset/issues/13667


   Hey Folks,
   I want to configure Alerts/Reports in my superset 1.0.1 (that I'm running on 
an EC2 instance - virtual environment). My `superset_config.py` file contains 
the following lines only.
   ```
   ENABLE_ALERTS =True
   ENABLE_SCHEDULED_EMAIL_REPORTS = True
   FEATURE_FLAGS = {
       "ALERT_REPORTS": True,
       "THUMBNAILS": True
   }
   ```
   Now, I add this file to my pythonpath using `export 
PYTHONPATH="$PWD/superset_config.py"`
   And then run `superset init` , and then launch superset on a port
   However I still cannot see "Alerts" in the Settings drop down menu, as shown 
below.
   <img width="1789" alt="Screenshot 2021-03-17 at 7 12 06 PM" 
src="https://user-images.githubusercontent.com/45069802/111483607-f1e42800-875a-11eb-863d-9b4125835ce6.png";>
   
   What am I doing wrong?


----------------------------------------------------------------
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]

Reply via email to