ffinfo commented on a change in pull request #4863: [AIRFLOW-3841] Remove
DagBag from /tree
URL: https://github.com/apache/airflow/pull/4863#discussion_r263732336
##########
File path: airflow/models/__init__.py
##########
@@ -2574,19 +2574,21 @@ def clear(self,
return count
- def get_task_instances(self, session, start_date=None, end_date=None):
+ def get_task_instances(self, start_date=None, end_date=None):
Review comment:
currently I did add back the session but now with provide_session. This
keeps the possibility to reuse an existing session but does not make it required
----------------------------------------------------------------
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