This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from eca05550d3 Set `slots` to True for facets used in DagRun (#40972)
add 913395d8db mAke standalone dag file processor works in DB isolation
mode (#40916)
No new revisions were added by this update.
Summary of changes:
.github/workflows/basic-tests.yml | 6 +
.github/workflows/ci.yml | 1 +
airflow/__main__.py | 28 +-
airflow/api_internal/endpoints/rpc_api_endpoint.py | 16 +-
airflow/api_internal/internal_api_call.py | 63 ++---
airflow/cli/commands/dag_processor_command.py | 4 +
airflow/cli/commands/internal_api_command.py | 7 +-
airflow/dag_processing/manager.py | 68 +++--
airflow/dag_processing/processor.py | 290 ++++++++++++---------
airflow/models/dagcode.py | 2 +
airflow/models/serialized_dag.py | 1 +
airflow/settings.py | 12 +-
airflow/task/task_runner/standard_task_runner.py | 6 +-
airflow/utils/retries.py | 8 +-
airflow/www/app.py | 3 +-
scripts/in_container/bin/run_tmux | 12 +-
tests/api_internal/test_internal_api_call.py | 35 ++-
tests/cli/commands/test_internal_api_command.py | 8 +-
tests/conftest.py | 3 +-
tests/core/test_settings.py | 29 ++-
tests/core/test_sqlalchemy_config.py | 5 +
tests/dag_processing/test_processor.py | 10 +-
tests/listeners/test_dag_import_error_listener.py | 2 +-
tests/www/views/test_views_home.py | 84 +++---
24 files changed, 427 insertions(+), 276 deletions(-)