Airflow 最讓人頭痛的 start_date / execution_date
Airflow 裡面的 start_date 、execution_date 對不熟悉的人說是很反直覺的。
TLDR
在這篇文章中我會解釋為什麼 airflow 的 execution_date 跟我們想的不一樣
start_date, schedule_interval, execution_date, next_execution_date 的用法
在展開對這三個 term 的描述之前,請先記得我們在使用 airflow 的時候,如官方所建議的,都該使用 UTC+0 作為時區。
Wh...
z68mldev.hashnode.dev1 min read