Complete the airflow survey & get a free airflow 3 certification!

tests.system.google.cloud.data_loss_prevention.example_dlp_info_types

Example Airflow DAG that creates and manage Data Loss Prevention info types.

Attributes

DAG_ID

ENV_ID

PROJECT_ID

TEMPLATE_ID

ITEM

INSPECT_CONFIG

INSPECT_TEMPLATE

BUCKET_NAME

FILE_NAME

UPLOAD_FILE_PATH

FILE_SET

DICTIONARY_PATH

OBJECT_GCS_URI

OBJECT_GCS_OUTPUT_URI

CUSTOM_INFO_TYPE_ID

CUSTOM_INFO_TYPES

UPDATE_CUSTOM_INFO_TYPE

create_bucket

test_run

Module Contents

tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.DAG_ID = 'dlp_info_types'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.ENV_ID[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.PROJECT_ID[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.TEMPLATE_ID = 'dlp-inspect-info-Uninferable'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.ITEM[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.INSPECT_CONFIG[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.INSPECT_TEMPLATE[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.BUCKET_NAME = 'bucket_dlp_info_types_Uninferable'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.FILE_NAME = 'dictionary.txt'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.UPLOAD_FILE_PATH = ''[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.FILE_SET = 'tmp/'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.DICTIONARY_PATH = 'tmp/dictionary.txt'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.OBJECT_GCS_URI = 'gs://bucket_dlp_info_types_Uninferable/tmp/'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.OBJECT_GCS_OUTPUT_URI = 'gs://bucket_dlp_info_types_Uninferable/tmp/dictionary.txt'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.CUSTOM_INFO_TYPE_ID = 'custom_info_type'[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.CUSTOM_INFO_TYPES[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.UPDATE_CUSTOM_INFO_TYPE[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.create_bucket[source]
tests.system.google.cloud.data_loss_prevention.example_dlp_info_types.test_run[source]

Was this entry helpful?