This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3857d3399c Fix eager upgrade failures for canary builds (#33395)
add 35b18306a4 Fix DagFileProcessor interfering with dags outside its
``processor_subdir`` (#33357)
No new revisions were added by this update.
Summary of changes:
airflow/dag_processing/manager.py | 12 +++++++----
airflow/models/dag.py | 13 +++++++++++-
airflow/models/dagcode.py | 14 +++++++++++--
airflow/models/serialized_dag.py | 1 +
tests/dag_processing/test_job_runner.py | 35 ++++++++++++++++++++++++++++++++-
tests/models/test_dag.py | 7 +++++--
6 files changed, 72 insertions(+), 10 deletions(-)