From 6b58007cd97eb00876522459f561191f874de5e4 Mon Sep 17 00:00:00 2001 From: Ryan Hatter <25823361+RNHTTR@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:26:32 -0400 Subject: [PATCH] fix example_dag_factory.yml typo causing `catchup: false` to not be respected --- dev/dags/example_dag_factory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/dags/example_dag_factory.yml b/dev/dags/example_dag_factory.yml index 7cfe6963..f9bbcecc 100644 --- a/dev/dags/example_dag_factory.yml +++ b/dev/dags/example_dag_factory.yml @@ -1,6 +1,6 @@ default: default_args: - catchup: false, + catchup: false start_date: 2024-11-11 # ----8<--- [ start: example_dag_yaml_configuration ]