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/11/26 11:46:20 UTC

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

mik-laj 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_r350693661
 
 

 ##########
 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:
   I will add documentation, but in other places I would prefer not to fix it. Currently Jarek deals with this and checking each place thoroughly is very difficult.

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