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


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

Review Comment:
   I don’t follow. You added this function in this PR, so there should be no 
existing calls to update.



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

Review Comment:
   I don’t follow. You added this function in this PR, so there should be no 
existing calls to update.



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