ctivanovich edited a comment on issue #8811: URL: https://github.com/apache/incubator-superset/issues/8811#issuecomment-653410686
Just as a note to anyone who stumbles on this, the address for the superset backend db is `db:5432` in the SQL URI string for sqlalchemy, and not localhost. I'm not sure why that's the case, and inspecting the docker network for the precise IP address doesn't resolve when trying to add the database as a Superset data source. Somewhere during the compose process, I guess superset is configured to see it's own network at the address of `db` rather than the IP address(es) of the docker network it's running on. ---------------------------------------------------------------- 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]
