Scheduling

About this task

All DAG schedules default to null (manual trigger). To enable scheduling, update in airflow variables section:

{
                "SCHEDULE_CDM_GRANDMASTER_DAG": {"schedule": "0 1 * * *", "start_date": "2026-05-21"}
                }

Procedure

Re-run airflow_variable_sync after updating schedule configs.