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_r285373319
##########
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:
I don't understand this change, I assume it was necessary to load the
example DAGs? Did it not do that before this change?
----------------------------------------------------------------
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