https://airflow.apache.org/docs/apache-airflow/2.2.0/changelog.html



Тут Airflow 2.2.0 подвезли.



Из заметного:

➡️ Custom Timetables (AIP-39)

➡️ Deferrable Tasks (AIP-40)

➡️ Custom @task decorators and @task.docker

➡️ Validation of DAG params

➡️ Testing Connections from the UI - test the credentials for your Connection actually work

➡️ Duplication Connections from the UI

➡️ DAGs “Next run” info is shown in the UI, including when the run will actually start

➡️ airflow standalone command runs all of the Airflow components directly without docker - great for local development