You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Joseph,
Great post and content! I believe the port forwarding isn't working. I used the non-forwarded ports to connect to airflow and metabase and they worked. as well as the non-forwarded postgres port to connect the db to metabase.
The text was updated successfully, but these errors were encountered:
In the docker file, under the Airflow Environment Variables:
WARREHOUSE_PORT: ${POSTGRES_PORT}
You have an extra 'R'
So the get_db_creds function defaults to 5432...
However this still doesn't work the way I expect... everything (my dags, code, metabase) still wants to use '5432'.... I assumed when we use '5439:5432' in the 'docker-compose.yml' that everything outside of the container would use the first port number (5439) but maybe I misunderstood that.
user report
The text was updated successfully, but these errors were encountered: