Samuel Wedge created AIRFLOW-3805:
-------------------------------------
Summary: `include_examples` flag is incorrectly passed to
DagBag.collect_dags()
Key: AIRFLOW-3805
URL: https://issues.apache.org/jira/browse/AIRFLOW-3805
Project: Apache Airflow
Issue Type: Bug
Affects Versions: 1.10.2
Reporter: Samuel Wedge
`DagBag.__init__` passes `include_examples` as a positional argument to
`DagBag.collect_dags`, but the value ends up being used as `only_if_updated` as
it is passed through in the wrong position. See lines 282 and 513 in
`models.py` in version `1.10.2`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)