BasPH commented on a change in pull request #4677: [AIRFLOW-3801] Fix DagBag
collect dags invocation to prevent examples…
URL: https://github.com/apache/airflow/pull/4677#discussion_r255292227
##########
File path: tests/models.py
##########
@@ -1473,6 +1473,14 @@ def test_get_non_existing_dag(self):
non_existing_dag_id = "non_existing_dag_id"
self.assertIsNone(dagbag.get_dag(non_existing_dag_id))
+ def test_dont_load_example(self):
+ """
+ test that check that the example are not loaded
Review comment:
Nit: test that ~check that~ the example are not loaded
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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