You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set data_interval to logical_date when triggering DAG run
In Airflow 2, the data_interval was set to logical_date (execution_date) when triggering a DAG run.
In Airflow 3, the current data_interval is set to run_after, which causes issues when using data_interval_end.
This commit addresses this problem.
0 commit comments