ashb commented on a change in pull request #7492: [AIRFLOW-6871] optimize tree
view for large DAGs
URL: https://github.com/apache/airflow/pull/7492#discussion_r382899504
##########
File path: airflow/www/views.py
##########
@@ -131,10 +132,31 @@ def get_date_time_num_runs_dag_runs_form_data(request,
session, dag):
}
+def encode_ti(ti: models.TaskInstance) -> Optional[List]:
Review comment:
Is this only used inside one view? If so it should probably be a nested
function
----------------------------------------------------------------
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