This is an automated email from the ASF dual-hosted git repository.
onikolas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 61516e4b5da Clean up and standardize the pre-commit config (#53614)
add f9017676287 AIP-86 - Implement basic functionality for deadline alerts
async callbacks (#53201)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 3143 ++++++++++----------
airflow-core/docs/migrations-ref.rst | 4 +-
.../src/airflow/jobs/triggerer_job_runner.py | 6 +-
...py => 0078_3_1_0_add_trigger_id_to_deadline.py} | 32 +-
airflow-core/src/airflow/models/deadline.py | 32 +
airflow-core/src/airflow/models/trigger.py | 58 +-
.../airflow/triggers/{testing.py => deadline.py} | 46 +-
airflow-core/src/airflow/utils/db.py | 2 +-
airflow-core/tests/unit/models/test_deadline.py | 62 +-
airflow-core/tests/unit/models/test_trigger.py | 89 +-
airflow-core/tests/unit/triggers/test_deadline.py | 68 +
.../tests/test_pytest_args_for_test_types.py | 1 +
13 files changed, 1881 insertions(+), 1664 deletions(-)
copy
airflow-core/src/airflow/migrations/versions/{0024_2_10_0_add_try_number_to_audit_log.py
=> 0078_3_1_0_add_trigger_id_to_deadline.py} (58%)
copy airflow-core/src/airflow/triggers/{testing.py => deadline.py} (51%)
create mode 100644 airflow-core/tests/unit/triggers/test_deadline.py