Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
gh wf: set airflow.cfg to use docker correct host:port (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored Jul 9, 2024
1 parent 230fd2a commit a99a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ daemon_umask = 0o077
# SqlAlchemy supports many different database engines.
# More information here:
# http://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html#database-uri
sql_alchemy_conn = postgresql+psycopg2://airflow:airflow@localhost/airflow
sql_alchemy_conn = postgresql+psycopg2://airflow:airflow@postgres/airflow

# Extra engine specific keyword args passed to SQLAlchemy's create_engine, as a JSON-encoded value
# Example: sql_alchemy_engine_args = {"arg1": True}
Expand Down

0 comments on commit a99a513

Please sign in to comment.