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

 ##########
 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:
   Yes to this change, but can you also use it in the executors/task runners?
   
   Oh can you also add a (doc?) comment saying what the str,str and int are?

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