tests.system.providers.google.cloud.gcs.example_gcs_acl

Example Airflow DAG for Google Cloud Storage ACL (Access Control List) operators.

Module Contents

tests.system.providers.google.cloud.gcs.example_gcs_acl.ENV_ID[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.PROJECT_ID[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.DAG_ID = 'gcs_acl'[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.BUCKET_NAME[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.FILE_NAME = 'example_upload.txt'[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.UPLOAD_FILE_PATH[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.GCS_ACL_ENTITY = 'allUsers'[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.GCS_ACL_BUCKET_ROLE = 'OWNER'[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.GCS_ACL_OBJECT_ROLE = 'OWNER'[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.create_bucket[source]
tests.system.providers.google.cloud.gcs.example_gcs_acl.test_run[source]

Was this entry helpful?