This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7f1d54ad4b1 chore: remove deprecated bigquery facets from OpenLineage
utils (#44838)
add cb74a41125f Remove "single process" restrictions on SQLite in favour
of using WAL mode (#44839)
No new revisions were added by this update.
Summary of changes:
.../commands/local_commands/scheduler_command.py | 1 -
airflow/dag_processing/manager.py | 119 ++---------------
airflow/executors/base_executor.py | 1 -
airflow/executors/debug_executor.py | 1 -
airflow/executors/executor_loader.py | 49 +------
airflow/executors/sequential_executor.py | 1 -
airflow/jobs/scheduler_job_runner.py | 15 ---
airflow/sentry.py | 2 +-
airflow/utils/orm_event_handlers.py | 1 +
.../airflow_breeze/utils/docker_command_utils.py | 11 --
.../executors/test_celery_kubernetes_executor.py | 3 -
.../executors/test_local_kubernetes_executor.py | 3 -
.../local_commands/test_scheduler_command.py | 75 ++---------
tests/dag_processing/test_manager.py | 146 ++++-----------------
tests/dag_processing/test_processor.py | 48 -------
tests/executors/test_base_executor.py | 4 -
tests/executors/test_debug_executor.py | 3 -
tests/executors/test_executor_loader.py | 32 +----
tests/executors/test_sequential_executor.py | 3 -
tests_common/pytest_plugin.py | 11 +-
20 files changed, 51 insertions(+), 478 deletions(-)