5

Is there a setting in Cloud Composer / Airflow that can disable new DAGs in the DAGs folder by default, without the need for specifying this in the DAG files themsleves?

I want to be able to load these DAGs in to a development environment where users should just run these DAGs manually rather than them being scheduled.

I had a look here, https://github.com/apache/airflow/blob/master/airflow/config_templates/default_airflow.cfg but I couldn't find anything obvious.

felix
  • 97
  • 9

1 Answers1

4
y2k-shubham
  • 10,183
  • 11
  • 55
  • 131