This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ed17399485b add redis statefulset persistentVolumeClaimRetentionPolicy
support (#59955)
add 667e2308a1b Enable triggerer queues (#59239)
No new revisions were added by this update.
Summary of changes:
.../docs/authoring-and-scheduling/deferring.rst | 65 +
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 3554 ++++++++++----------
airflow-core/docs/migrations-ref.rst | 4 +-
airflow-core/newsfragments/59239.feature.rst | 1 +
.../api_fastapi/core_api/datamodels/trigger.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 +
.../core_api/openapi/v2-rest-api-generated.yaml | 6 +
.../execution_api/datamodels/taskinstance.py | 1 +
.../execution_api/routes/task_instances.py | 1 +
airflow-core/src/airflow/cli/cli_config.py | 6 +
.../src/airflow/cli/commands/triggerer_command.py | 19 +-
.../src/airflow/config_templates/config.yml | 9 +
.../src/airflow/jobs/triggerer_job_runner.py | 17 +-
.../0015_2_9_0_update_trigger_kwargs_type.py | 31 +-
...y => 0096_3_2_0_add_queue_column_to_trigger.py} | 23 +-
airflow-core/src/airflow/models/trigger.py | 55 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 13 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
airflow-core/src/airflow/utils/db.py | 2 +-
.../core_api/routes/public/test_task_instances.py | 1 +
.../versions/head/test_task_instances.py | 154 +-
.../unit/cli/commands/test_triggerer_command.py | 22 +-
airflow-core/tests/unit/models/test_trigger.py | 670 ++--
.../src/airflowctl/api/datamodels/generated.py | 1 +
.../src/airflow/sdk/api/datamodels/_generated.py | 1 +
.../src/airflow/sdk/execution_time/task_runner.py | 10 +
task-sdk/tests/task_sdk/api/test_client.py | 9 +-
.../task_sdk/execution_time/test_task_runner.py | 130 +-
29 files changed, 2656 insertions(+), 2159 deletions(-)
create mode 100644 airflow-core/newsfragments/59239.feature.rst
copy
airflow-core/src/airflow/migrations/versions/{0090_3_2_0_add_fail_fast_to_dag_table.py
=> 0096_3_2_0_add_queue_column_to_trigger.py} (66%)