Update Airflow values.yaml

The dag will be turned off if 'dags_are_paused_at_creation' is
set to "True". This variable should be set be set to "False" so
that we can execute the workflow.

Change-Id: Ib9f7d20d2181861d31ad8a22c83ba3481de35eef
This commit is contained in:
Anthony Lin 2018-02-23 18:15:07 +00:00
parent 7ffc8637fc
commit b162715f82
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ conf:
sql_alchemy_reconnect_timeout: 30
parallelism: 32
dag_concurrency: 16
dags_are_paused_at_creation: "True"
dags_are_paused_at_creation: "False"
non_pooled_task_slot_count: 128
max_active_runs_per_dag: 16
load_examples: "False"