You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/09 11:02:17 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #6612: [AIRFLOW-6018] Display task instance in table during backfilling

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:
users@infra.apache.org


With regards,
Apache Git Services