This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3165db4dfe7 refactor: Remove inactive asset check in scheduler (#55714)
add 48237f16bac SLA-to-Deadlines migration guide and minor
Deadlines-related docs updates (#55743)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/howto/deadline-alerts.rst | 7 ++
airflow-core/docs/howto/index.rst | 1 +
airflow-core/docs/howto/sla-to-deadlines.rst | 89 ++++++++++++++++++++++
.../docs/installation/upgrading_to_airflow3.rst | 2 +-
task-sdk/src/airflow/sdk/definitions/dag.py | 3 +-
5 files changed, 100 insertions(+), 2 deletions(-)
create mode 100644 airflow-core/docs/howto/sla-to-deadlines.rst