Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

Release Notes

apache-airflow-mypy 0.1.0

Initial release of apache-airflow-mypy, a package providing Mypy plugins for Apache Airflow.

Features

  • Mypy plugin for typed decorators that modify function signatures

  • Mypy plugin for operator outputs and XComArg type handling

  • Support for type checking Airflow decorators with injected parameters

  • Proper type inference when passing task outputs between tasks

This package makes the Airflow Mypy plugins installable and reusable for users who want to enhance type checking in their Airflow DAGs.

Was this entry helpful?