vincbeck commented on code in PR #28900:
URL: https://github.com/apache/airflow/pull/28900#discussion_r1265453160


##########
airflow/models/dagrun.py:
##########
@@ -100,6 +102,29 @@ def _creator_note(val):
         return DagRunNote(*val)
 
 
+def _get_task_instance(

Review Comment:
   You are correct. The only reason is this function is being used a lot across 
Airflow codebase, so instead of updating many calls, I would just leave the 
function as proxy to the private function. If you have some concerns about that 
I can make the modifications



-- 
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

Reply via email to