Examples on how to Trigger a Google Cloud Composer DAG.
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.
AIRFLOW_URI
: The Airflow Web Server URI, e.g. https://xxxxx-dot-region.composer.googleusercontent.comDAG_ID
: Name of the Cloud Composer DAG that you wish to trigger, e.g. trigger_response_dagVERBOSE
(Optional): TRUE / FALSE - If true will output additional debug information to the log.