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_r350694826
##########
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:
We want to introduce named tuple, but first we have to solve problems with
cyclical imports.
----------------------------------------------------------------
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