Skip to content

Commit

Permalink
Adapt manifest DAG to use & adapt to the newer GCP conn secret that i…
Browse files Browse the repository at this point in the history
…s to be updated soon
  • Loading branch information
pankajkoti committed Oct 2, 2024
1 parent af454a9 commit 9081e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dags/cosmos_manifest_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9081e6a

Please sign in to comment.