You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/27 14:56:49 UTC

[GitHub] [superset] singh-ab opened a new issue #12794: Cannot find Alerts/Reports tab in superset

singh-ab opened a new issue #12794:
URL: https://github.com/apache/superset/issues/12794


   Following the tutorial at - https://superset.apache.org/docs/installation/installing-superset-using-docker-compose
   
   I was able to get the superset UI
   
   ### Expected results
   
   Alerts/reports option in settings menu
   
   ### Actual results
   
   Alerts/reports option not visible 
   
   #### Screenshots
   
   ![image](https://user-images.githubusercontent.com/70583041/106008788-f0ca3f00-60b7-11eb-92db-345473d10faa.png)
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] singh-ab commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
singh-ab commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-768466677


   Enabling `ENABLE_ALERTS =True` works for me on superset  - 1.0.0 . Wondering maybe `ALERT_REPORTS` is for the reports tab in this image - https://github.com/apache/superset/blob/master/RELEASING/release-notes-1-0/media/alerts_reports_2.png ? but that doesn't work. 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] singh-ab commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] louisjanin commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
louisjanin commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-807610602


   It would be easier to have a full docker image with this feature ready to be deployed no ? The setup is a bit of a struggle


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Asturias-sam edited a comment on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
Asturias-sam edited a comment on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-779107057


   @singh-ab @dpgaspar 
   I am using superset  Version: 1.0.0, below is my configuration 
   
   ```
   ENABLE_ALERTS =True
   ENABLE_SCHEDULED_EMAIL_REPORTS = True
   FEATURE_FLAGS = {
       "ALERTS_REPORTS": True,
       "THUMBNAILS": True
   }
   ```
   I have done superset init  but still the Alerts are not visible
   <img width="1440" alt="Screenshot 2021-02-15 at 3 29 10 PM" src="https://user-images.githubusercontent.com/6216066/107931783-c24ad000-6fa2-11eb-9c4b-d333e5bbd1aa.png">
   
    


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] louisjanin commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
louisjanin commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-808018771


   @zhaoyongjie yes it's true I can't wait for this to be an official feature :) but it seems to require more than the feature flag to work (webdriver, celery, beat, etc). 


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] singh-ab closed issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
singh-ab closed issue #12794:
URL: https://github.com/apache/superset/issues/12794


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] singh-ab commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
singh-ab commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-768420298


   Thanks @zhaoyongjie and @dpgaspar !
   
   @dpgaspar : I see that - https://github.com/apache/superset/blob/master/superset/config.py#L343 has both options `ENABLE_ALERTS` and `ALERT_REPORTS` in the latest master branch . 
   
   are they related ? and how ?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dpgaspar commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-768364234


   Note that `ENABLE_ALERTS` is for the old implementation, for the new implementation included on 1.0.0 enable the feature flag: `ALERT_REPORTS`
   
   https://github.com/apache/superset/blob/master/superset/config.py#L343


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-807879856


   @louisjanin Some functions are experimental functions, so hidden in feature flag


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dpgaspar commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-779098108


   @Asturias-sam have you done `superset init` after?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Asturias-sam commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
Asturias-sam commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-779094392


   @singh-ab  can you please post your config file not able to see the alerts tabs after configuring ENABLE_ALERTS =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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-768346717


   Hi @singh-ab 
   please check `config.py` or other config files. 
   
   ```
   ### default setting is False, please switch this setting to True
   ENABLE_ALERTS = True
   ```
   
   then run the following command to grant view permission
   ````
   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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] fancyfreeman commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
fancyfreeman commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-811049549


   You should set the environment vairable export SUPERSET_CONFIG_PATH=$/PATH/config.py first, then run superset init command


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] singh-ab commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
singh-ab commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-779110465


   for checking on the `ENABLE_ALERTS`  some logs would help , can you post them here? 
   
   while for `Alerts & Reports` menu I see that `ALERTS_REPORTS` has a typo , it should be `ALERT_REPORTS` . Can you retry the steps after fixing that ?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Asturias-sam commented on issue #12794: Cannot find Alerts/Reports tab in superset

Posted by GitBox <gi...@apache.org>.
Asturias-sam commented on issue #12794:
URL: https://github.com/apache/superset/issues/12794#issuecomment-779107057


   @singh-ab @dpgaspar 
   I am using superset  Version: 1.0.0, below is my configuration 
   
   ```
   ENABLE_ALERTS =True
   ENABLE_SCHEDULED_EMAIL_REPORTS = True
   FEATURE_FLAGS = {
       "ALERTS_REPORTS": True,
       "THUMBNAILS": True
   }
   ```
   I have done superset init  but still the Alerts are not visible
   ![Uploading Screenshot 2021-02-15 at 3.29.10 PM.png…]()
    


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org