jscheffl commented on code in PR #45678: URL: https://github.com/apache/airflow/pull/45678#discussion_r1919103637
########## newsfragments/41774.significant.rst: ########## @@ -10,3 +10,14 @@ Removed a set of deprecations in ``DAG`` from ``airflow.models``. - Removed implicit support to call ``create_dagrun()`` without data interval. - Removed support for deprecated parameter ``concurrency`` in ``DagModel``. - Removed support for ``datetime`` in ``DagModel.calculate_dagrun_date_fields``. Use ``DataInterval``. + +* Types of change + + * [x] DAG changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [ ] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency change + * [ ] Code interface change Review Comment: Same as above. Would say that API for internal code is changing, even it was not public marked before ```suggestion * [x] Code interface change ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org