nothingmin opened a new pull request, #54119: URL: https://github.com/apache/airflow/pull/54119
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. For reference, the code in Airflow 2 looked like this: <img width="747" height="70" alt="스크린샷 2025-08-05 오후 4 51 12" src="https://github.com/user-attachments/assets/65ed958e-2e03-4448-a4c4-fb79dda0b3ef" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
