如何确保新的 Airflow DAG 部署未暂停

How to make sure new Airflow DAG deployment is not Paused

当我们部署Airflow DAG时,DAG的状态是Paused。

是否可以在部署后自动取消暂停 DAG。

配置参数dags_are_paused_at_creation应在配置文件中设置为False。对应的文档link如下

https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dags-are-paused-at-creation