From 9081e6ad54dcf91baa8c6da5fa26d2fe5d917430 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 2 Oct 2024 07:02:44 +0530 Subject: [PATCH] Adapt manifest DAG to use & adapt to the newer GCP conn secret that is to be updated soon --- dev/dags/cosmos_manifest_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/dags/cosmos_manifest_example.py b/dev/dags/cosmos_manifest_example.py index a96eff971..8e35208b8 100644 --- a/dev/dags/cosmos_manifest_example.py +++ b/dev/dags/cosmos_manifest_example.py @@ -74,7 +74,7 @@ def cosmos_manifest_example() -> None: gcp_gs_example = DbtTaskGroup( group_id="gcp_gs_example", project_config=ProjectConfig( - manifest_path="gs://cosmos-manifest-test/manifest.json", + manifest_path="gs://cosmos_remote_target/manifest.json", manifest_conn_id="gcp_gs_conn", # `manifest_conn_id` is optional. If not provided, the default connection ID `google_cloud_default` is used. project_name="jaffle_shop",