kuckjwi0928 commented on issue #8121: Error 401 : There was an issue fetching 
the favorite status of this dashboard
URL: 
https://github.com/apache/incubator-superset/issues/8121#issuecomment-526408484
 
 
   Default permissions will be created when superset init is performed.
   ~~~python
   def init():
      """Inits the Superset application""
       utils.get_or_create_main_db()
       utils.get_example_database()
       appbuilder.add_permissions(update_perms=True)
       security_manager.sync_role_definitions()
   ~~~
   
   If you are using a single DB, have you modified the SQLALCHEMY_DATABASE_URI 
setting?

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


With regards,
Apache Git Services

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

Reply via email to