tests.system.google.cloud.gcs.example_gcs_acl

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

Attributes

ENV_ID

PROJECT_ID

GCS_ACL_ENTITY

DAG_ID

RESOURCES_BUCKET_NAME

BUCKET_NAME

FILE_NAME

UPLOAD_FILE_PATH

GCS_ACL_BUCKET_ROLE

GCS_ACL_OBJECT_ROLE

create_bucket

test_run

Module Contents

tests.system.google.cloud.gcs.example_gcs_acl.ENV_ID[source]
tests.system.google.cloud.gcs.example_gcs_acl.PROJECT_ID[source]
tests.system.google.cloud.gcs.example_gcs_acl.GCS_ACL_ENTITY[source]
tests.system.google.cloud.gcs.example_gcs_acl.DAG_ID = 'gcs_acl'[source]
tests.system.google.cloud.gcs.example_gcs_acl.RESOURCES_BUCKET_NAME = 'airflow-system-tests-resources'[source]
tests.system.google.cloud.gcs.example_gcs_acl.BUCKET_NAME = 'bucket_gcs_acl_Uninferable'[source]
tests.system.google.cloud.gcs.example_gcs_acl.FILE_NAME = 'example_upload.txt'[source]
tests.system.google.cloud.gcs.example_gcs_acl.UPLOAD_FILE_PATH = 'gcs/example_upload.txt'[source]
tests.system.google.cloud.gcs.example_gcs_acl.GCS_ACL_BUCKET_ROLE = 'OWNER'[source]
tests.system.google.cloud.gcs.example_gcs_acl.GCS_ACL_OBJECT_ROLE = 'OWNER'[source]
tests.system.google.cloud.gcs.example_gcs_acl.create_bucket[source]
tests.system.google.cloud.gcs.example_gcs_acl.test_run[source]

Was this entry helpful?