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 0cdd4ae1de8 Make Dag Card more responsive (#46024)
add 8922fa7a89c Rename the `dag_bundles` config section to `dag_processor`
(#46022)
No new revisions were added by this update.
Summary of changes:
.../cli/commands/remote_commands/config_command.py | 2 +-
airflow/config_templates/config.yml | 13 ++++++++-----
airflow/configuration.py | 2 +-
airflow/dag_processing/bundles/base.py | 4 ++--
airflow/dag_processing/bundles/manager.py | 4 ++--
docs/apache-airflow/best-practices.rst | 2 +-
newsfragments/45722.significant.rst | 4 ++--
providers/tests/fab/auth_manager/conftest.py | 2 +-
task_sdk/tests/execution_time/test_supervisor.py | 2 +-
task_sdk/tests/execution_time/test_task_runner.py | 4 ++--
tests/conftest.py | 2 +-
.../bundles/test_dag_bundle_manager.py | 22 +++++++++++++++-------
tests/dag_processing/test_dag_bundles.py | 6 +++---
tests/dag_processing/test_manager.py | 4 ++--
14 files changed, 42 insertions(+), 31 deletions(-)