etsy / boundary-layer

Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform
Apache License 2.0
262 stars 58 forks source link

Add is_paused_upon_creation to dag args schema. #144

Closed hyoung87 closed 1 year ago

hyoung87 commented 1 year ago

Description

Add is_paused_upon_creation to DAG args (Airflow docs).

Context / Why are we making this change?

This allows dag-level overrides of the default airflow configuration of dags_are_paused_at_creation = True|False.

Testing and QA Plan

NA.

Impact

NA.

hyoung87 commented 1 year ago

Making changes to boundary-layer2 instead.