From 667fd19192a8cde11a85635bbe8e472d972317fa Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Wed, 11 Dec 2024 09:06:38 +0000 Subject: [PATCH] Fix sources DAG test --- dev/dags/example_cosmos_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/dags/example_cosmos_sources.py b/dev/dags/example_cosmos_sources.py index 25ab2c872..37b500e83 100644 --- a/dev/dags/example_cosmos_sources.py +++ b/dev/dags/example_cosmos_sources.py @@ -35,7 +35,7 @@ profile_config = ProfileConfig( profile_name="postgres_profile", target_name="dev", - profiles_yml_filepath=(DBT_ROOT_PATH / "jaffle_shop/profiles.yml"), + profiles_yml_filepath=(DBT_ROOT_PATH / "altered_jaffle_shop/profiles.yml"), )