Skip to content

Commit

Permalink
Update dev/dags/cosmos_manifest_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored Oct 3, 2024
1 parent 5d43d42 commit d23c79a
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_remote_targe/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 d23c79a

Please sign in to comment.