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 2019/09/06 20:35:34 UTC

[GitHub] [incubator-superset] villebro commented on a change in pull request #8163: [SQLLab] Refactor sql json endpoint

villebro commented on a change in pull request #8163: [SQLLab] Refactor sql json endpoint
URL: https://github.com/apache/incubator-superset/pull/8163#discussion_r321900720
 
 

 ##########
 File path: superset/config.py
 ##########
 @@ -676,3 +676,5 @@ class CeleryConfig(object):
     except Exception:
         logging.exception("Found but failed to import local superset_config")
         raise
+
+SQLALCHEMY_DATABASE_URI = 'postgresql://postgres:postgres@localhost/superset'
 
 Review comment:
   Probably added by mistake

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


With regards,
Apache Git Services

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