Skip to content

Commit

Permalink
Fix references to airflow_db
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jun 20, 2024
1 parent 8bfa732 commit ed9672f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/dags/cosmos_profile_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def cosmos_profile_mapping() -> None:
profile_name="default",
target_name="dev",
profile_mapping=get_automatic_profile_mapping(
conn_id="airflow_db",
conn_id="example_conn",
profile_args={"schema": "public"},
),
),
Expand Down
2 changes: 1 addition & 1 deletion dev/dags/dbt_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
profile_name="default",
target_name="dev",
profile_mapping=PostgresUserPasswordProfileMapping(
conn_id="airflow_db",
conn_id="example_conn",
profile_args={"schema": "public"},
),
)
Expand Down

0 comments on commit ed9672f

Please sign in to comment.