This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0ff8764ec4c add unit tests (#60742)
add cd3f7d31802 Split Deadline Alerts into core and task-sdk components
(#61118)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/models/dag.py | 9 +-
airflow-core/src/airflow/models/dagrun.py | 4 +-
airflow-core/src/airflow/models/deadline_alert.py | 10 +-
airflow-core/src/airflow/serialization/decoders.py | 28 +++
.../src/airflow/serialization/definitions/dag.py | 9 +-
.../airflow/serialization/definitions/deadline.py | 254 +++++++++++++++++++++
airflow-core/src/airflow/serialization/encoders.py | 38 +++
.../airflow/serialization/serialized_objects.py | 19 +-
airflow-core/tests/unit/models/test_dagrun.py | 5 +-
.../tests/unit/models/test_deadline_alert.py | 4 +-
.../unit/serialization/test_serialized_objects.py | 22 +-
task-sdk/src/airflow/sdk/definitions/deadline.py | 33 +--
12 files changed, 375 insertions(+), 60 deletions(-)