'Run Airflow DAG 2 times per day
How can I schedule my DAG 2 times per day with such settings? I tried
'start_date': datetime(2022, 4, 6)
with
schedule_interval='0 1,4 * * *'
So if today is 2022-04-08 about 5 pm, we should see 4 (or 6?) starts, but i see 5 (last today at 01:00 UTC), how its works?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|