bugraoz93 commented on code in PR #48458: URL: https://github.com/apache/airflow/pull/48458#discussion_r2019793369
########## airflow-core/newsfragments/48458.significant.rst: ########## @@ -0,0 +1,14 @@ +For the Airflow CLI, we have changed CLI parameter ``--exec-date`` to ``--logical-date`` for the command ``airflow dags trigger`` to maintain consistency with other Airflow commands. + +This is a breaking change for users who are currently using the ``--exec-date`` parameter in their scripts or workflows. Review Comment: ```suggestion For the Airflow CLI, we have changed the CLI parameter ``--exec-date`` to ``--logical-date`` for the command ``airflow dags trigger`` to maintain consistency with Airflow 3.0 and above. This is a breaking change for users using the ``airflow dags trigger`` command with the ``--exec-date`` parameter in their scripts or workflows. ``` -- 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]
