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"), )