Fokko commented on a change in pull request #5079: [AIRFLOW-4285] Update task
dependency context defination and usage
URL: https://github.com/apache/airflow/pull/5079#discussion_r294339881
##########
File path: tests/jobs/test_backfill_job.py
##########
@@ -966,12 +905,11 @@ def test_backfill_max_limit_check(self):
def run_backfill(cond):
cond.acquire()
+ # this session object is different than the one in the main thread
+ thread_session = settings.Session()
Review comment:
Please use `create_session` here
----------------------------------------------------------------
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