tests.system.providers.google.cloud.cloud_functions.example_functions
¶
Example Airflow DAG that displays interactions with Google Cloud Functions. It creates a function and then deletes it.
Module Contents¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.DAG_ID = 'example_gcp_function'[source]¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.LOCATION = 'europe-west1'[source]¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.SHORT_FUNCTION_NAME = 'hello_world'[source]¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.SOURCE_ARCHIVE_URL = 'gs://airflow-system-tests-resources/cloud-functions/main_function.zip'[source]¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.ENTRYPOINT = 'hello_world'[source]¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.SOURCE_UPLOAD_URL = ''[source]¶
- tests.system.providers.google.cloud.cloud_functions.example_functions.SOURCE_REPOSITORY = ()[source]¶