BasPH commented on a change in pull request #5303: [AIRFLOW-4535] Break
jobs.py into multiple files
URL: https://github.com/apache/airflow/pull/5303#discussion_r285391377
##########
File path: tests/www/api/experimental/test_dag_runs_endpoint.py
##########
@@ -35,6 +35,9 @@ def setUpClass(cls):
session.query(DagRun).delete()
session.commit()
session.close()
+ dagbag = DagBag(include_examples=True)
Review comment:
Clear, thanks!
----------------------------------------------------------------
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