Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintermi/cloud-composer-trigger
Examples on how to Trigger a Google Cloud Composer DAG
https://github.com/wintermi/cloud-composer-trigger
airflow cloud-composer cloud-function google-cloud google-cloud-platform
Last synced: about 1 month ago
JSON representation
Examples on how to Trigger a Google Cloud Composer DAG
- Host: GitHub
- URL: https://github.com/wintermi/cloud-composer-trigger
- Owner: wintermi
- License: apache-2.0
- Created: 2022-10-20T03:43:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:39:43.000Z (about 2 months ago)
- Last Synced: 2024-12-25T12:44:21.916Z (about 1 month ago)
- Topics: airflow, cloud-composer, cloud-function, google-cloud, google-cloud-platform
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Example DAG Triggers**
# About
Examples on how to Trigger a [Google Cloud Composer](https://cloud.google.com/composer) DAG.# Go Cloud Function v1
An example Google Cloud Function v1, written in the Go language, which can be used to trigger a DAG within a Cloud Composer v2 Instance.## Environment Variables:
- ```AIRFLOW_URI```: The Airflow Web Server URI, e.g. https://xxxxx-dot-region.composer.googleusercontent.com
- ```DAG_ID```: Name of the Cloud Composer DAG that you wish to trigger, e.g. trigger_response_dag
- ```VERBOSE```(Optional): TRUE / FALSE - If true will output additional debug information to the log.