potiuk commented on a change in pull request #6612: [AIRFLOW-6018] Display task 
instance in table during backfilling
URL: https://github.com/apache/airflow/pull/6612#discussion_r355386072
 
 

 ##########
 File path: airflow/models/taskinstance.py
 ##########
 @@ -122,6 +122,9 @@ def clear_task_instances(tis,
             dr.start_date = timezone.utcnow()
 
 
+TaskInstanceKey = Tuple[str, str, datetime, int]
 
 Review comment:
   Yeah. I will do it soon/

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to