This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d1c99f80e59 Prevent from being added to root logger by default
(#46236)
add ebedeb784f3 Move more DAG parsing related config to dag_processor
section (#46034)
No new revisions were added by this update.
Summary of changes:
.../local_commands/dag_processor_command.py | 2 +-
.../cli/commands/remote_commands/config_command.py | 30 ++++-
airflow/config_templates/config.yml | 129 ++++++++++-----------
airflow/config_templates/unit_tests.cfg | 2 +
airflow/configuration.py | 6 +-
airflow/dag_processing/manager.py | 26 +++--
.../dagfile-processing.rst | 16 +--
docs/apache-airflow/best-practices.rst | 8 +-
docs/apache-airflow/faq.rst | 6 +-
docs/apache-airflow/troubleshooting.rst | 2 +-
newsfragments/42129.significant.rst | 4 +-
newsfragments/45722.significant.rst | 18 ---
newsfragments/aip-66.significant.rst | 38 ++++++
tests/dag_processing/test_manager.py | 16 +--
14 files changed, 178 insertions(+), 125 deletions(-)
delete mode 100644 newsfragments/45722.significant.rst
create mode 100644 newsfragments/aip-66.significant.rst