tests.system.providers.google.cloud.cloud_build.example_cloud_build

Example Airflow DAG that displays interactions with Google Cloud Build.

Module Contents

Functions

build_from_storage()

Attributes

ENV_ID

PROJECT_ID

DAG_ID

GCP_SOURCE_ARCHIVE_URL

GCP_SOURCE_REPOSITORY_NAME

CURRENT_FOLDER

CREATE_BUILD_FROM_STORAGE_BODY

CREATE_BUILD_FROM_REPO_BODY

test_run

tests.system.providers.google.cloud.cloud_build.example_cloud_build.ENV_ID[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.PROJECT_ID[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.DAG_ID = 'example_gcp_cloud_build'[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.GCP_SOURCE_ARCHIVE_URL = 'gs://airflow-system-tests-resources/cloud-build/file.tar.gz'[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.GCP_SOURCE_REPOSITORY_NAME = 'test-cloud-build-repo'[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.CURRENT_FOLDER[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.CREATE_BUILD_FROM_STORAGE_BODY[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.CREATE_BUILD_FROM_REPO_BODY: dict[str, Any][source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.build_from_storage()[source]
tests.system.providers.google.cloud.cloud_build.example_cloud_build.test_run[source]

Was this entry helpful?