Skip to content

When will MWAA support newer versions of Airflow?

1

When will MWAA support newer versions of Airflow?

asked 10 months ago807 views

2 Answers
-4

Amazon Managed Workflows for Apache Airflow (MWAA) already supports the latest versions of Apache Airflow. As of September 26, 2024, MWAA supports Apache Airflow version 2.10, which is the latest minor release. Prior to that, on July 9, 2024, MWAA added support for Apache Airflow version 2.9.

Both versions introduce several enhancements. Apache Airflow 2.10 features a new Dark Mode, dynamic dataset scheduling, and new task-level metrics for better resource utilization visibility. Apache Airflow 2.9 introduced new API endpoints for improved dataset management, custom names in dynamic task mapping, and advanced scheduling options.

If you're using an older version of Airflow, you can upgrade to these newer versions. For minor version upgrades (like from 2.4.z to 2.5.z), you can use in-place version upgrades. However, for major version upgrades (like from 1.y.z to 2.y.z), you'll need to create a new environment and migrate your resources.

AWS regularly updates MWAA to support new Airflow versions as they become available, so you can expect continued support for future releases.
Sources
Amazon MWAA now supports Apache Airflow version 2.9 - AWS
Amazon MWAA now supports Apache Airflow version 2.10 - AWS
Amazon Managed Workflows for Apache Airflow (MWAA) Resources – Amazon Web Services
Upgrading the Apache Airflow version - Amazon Managed Workflows for Apache Airflow

answered 10 months ago

  • This answer is inaccurate, the latest version of Airflow 2 is 2.11.0 and there is a major release for Airflow 3 already at 3.0.4. So why is AWS not updating the version latest versions of Airflow?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.