Relative Content

Tag Archive for google-cloud-platformgoogle-cloud-composergoogle-cloud-scheduler

Trigger a Composer DAG using Cloud Scheduler

I created a DAG in Composer that needs to be scheduled with custom params, possibly user-made params, more than 10 times a day. For that reason, that single DAG will be scheduled outside of Composer, and we want to use Google Cloud Scheduler to reach the Composer API to create the dag run.