ashb commented on a change in pull request #4862: [AIRFLOW-4035] Remove DagBag 
from /graph
URL: https://github.com/apache/airflow/pull/4862#discussion_r263331247
 
 

 ##########
 File path: airflow/www/views.py
 ##########
 @@ -87,7 +87,7 @@
     dagbag = models.DagBag
 
 
-def get_date_time_num_runs_dag_runs_form_data(request, session, dag):
+def get_date_time_num_runs_dag_runs_form_data(request, dag):
 
 Review comment:
   Why the change to use a new session rather than re-use the one that we 
already have?

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