jscheffl commented on code in PR #45678: URL: https://github.com/apache/airflow/pull/45678#discussion_r1919134149
########## newsfragments/41808.significant.rst: ########## @@ -6,3 +6,14 @@ Removed methods: - ``find_for_task_instance()`` Note: there are no replacements. Direct access to DB is discouraged and will not be possible in Airflow 3 for tasks. The public REST API is the future way to interact with Airflow + +* Types of change + + * [x] DAG changes + * [ ] Config changes + * [ ] API changes + * [ ] CLI changes + * [ ] Behaviour changes + * [ ] Plugin changes + * [ ] Dependency change + * [ ] Code interface change Review Comment: This is usually not used within a DAG, only in custom code or plugins. I assume. ```suggestion * [ ] DAG changes * [ ] Config changes * [ ] API changes * [ ] CLI changes * [ ] Behaviour changes * [ ] Plugin changes * [ ] Dependency change * [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