Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 634 Bytes

42285.significant.rst

File metadata and controls

27 lines (18 loc) · 634 Bytes

The SLA feature is removed in Airflow 3.0, to be replaced with Airflow Alerts in 3.1

  • Types of change
    • [x] Dag changes
    • [x] Config changes
    • [x] API changes
    • [ ] CLI changes
    • [x] Behaviour changes
    • [ ] Plugin changes
    • [ ] Dependency changes
    • [ ] Code interface changes
  • Migration rules needed
    • airflow config lint
      • [x] core.check_slas
    • ruff
      • AIR302
        • [x] argument sla in BaseOperator and its subclassses
        • [x] argument sla_miss_callback in DAG