А
Size: a a a
VS
VS
I
R
R
R
VO
AK
マサ
catchup=False
нужно поставить, если не хотите чтобы airflow генерировал даг раны начиная со start_dateAK
catchup=False
нужно поставить, если не хотите чтобы airflow генерировал даг раны начиная со start_dateマサ
AK
SK
schedule_interval
, пытаюсь задать интервал `'0 0 16 * *'
`, и start_date: "2021-01-01 00:00:00"
запускаю, и он выполняеться за 16 января, но за 16 февраля не стартует, вопрос почему, и что я делаю не так?SK
schedule_interval
, пытаюсь задать интервал `'0 0 16 * *'
`, и start_date: "2021-01-01 00:00:00"
запускаю, и он выполняеться за 16 января, но за 16 февраля не стартует, вопрос почему, и что я делаю не так?The scheduler won’t trigger your tasks until the period it covers has ended e.g., A job with schedule_interval set as @daily runs after the day has ended. This technique makes sure that whatever data is required for that period is fully available before the dag is executed. In the UI, it appears as if Airflow is running your tasks a day late
означает в моем случае что период это месяц и в итоге он запуститься только когда месяц от этого числа пройдет?SK
The scheduler won’t trigger your tasks until the period it covers has ended e.g., A job with schedule_interval set as @daily runs after the day has ended. This technique makes sure that whatever data is required for that period is fully available before the dag is executed. In the UI, it appears as if Airflow is running your tasks a day late
означает в моем случае что период это месяц и в итоге он запуститься только когда месяц от этого числа пройдет?M
The scheduler won’t trigger your tasks until the period it covers has ended e.g., A job with schedule_interval set as @daily runs after the day has ended. This technique makes sure that whatever data is required for that period is fully available before the dag is executed. In the UI, it appears as if Airflow is running your tasks a day late
означает в моем случае что период это месяц и в итоге он запуститься только когда месяц от этого числа пройдет?