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
- [x]
- ruff
- AIR302
- [x] argument
sla
inBaseOperator
and its subclassses - [x] argument
sla_miss_callback
inDAG
- [x] argument
- AIR302