oboki commented on code in PR #50175: URL: https://github.com/apache/airflow/pull/50175#discussion_r2094544178
########## airflow-core/src/airflow/api_fastapi/core_api/routes/public/log.py: ########## @@ -57,6 +57,38 @@ } +def _find_task_instance_for_try_number( Review Comment: Thanks for the feedback! I've moved the function to `airflow-core/src/airflow/api_fastapi/common/db/task_instance.py` as suggested and added corresponding unit test. Let me know if you have any further comments or suggestions. -- 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