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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]