Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer/cicd_sample/utils/add_dags_to_composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def upload_dags_to_composer(
if len(dags) > 0:
# Note - the GCS client library does not currently support batch requests on uploads
# if you have a large number of files, consider using
# the Python subprocess module to run gsutil -m cp -r on your dags
# the Python subprocess module to run gcloud storage cp --recursive on your dags
# See https://cloud.google.com/storage/docs/gsutil/commands/cp for more info
storage_client = storage.Client()
bucket = storage_client.bucket(bucket_name)
Expand Down