mona-mk commented on issue #7800: URL: https://github.com/apache/superset/issues/7800#issuecomment-757521827
Trying to do what @jnthnvctr is doing: * weather db running locally on the default port 5432 (i.e. following these two tutorials: [weather-db](https://github.com/dylburger/noaa-ghcn-weather-data) & [superset-tutorial](https://superset.apache.org/docs/creating-charts-dashboards/first-dashboard) * Running superset locally (& planning to connect the weather db to superset later) The only change I made: * in docker-compose.yml, changed the host port to sth else (here 5433 - see attached). Superset is now running locally fine, and connected fine also to the locally running weather db I am running superset version 0.38.0, and btw there is no more `POSTGRES_PORT` variable in current version, so no need for this step. <img width="304" alt="Screenshot 2021-01-10 at 20 23 33" src="https://user-images.githubusercontent.com/59080347/104131903-3bdb1700-5382-11eb-8990-0e1899045ed7.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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
