aws-samples / amazon-mwaa-examples

Amazon Managed Workflows for Apache Airflow (MWAA) Examples repository contains example DAGs, requirements.txt, plugins, and CloudFormation templates focused on Amazon MWAA.
MIT No Attribution
106 stars 58 forks source link

add metadata-migration for new version 2.6.3 #53

Closed skpune closed 2 months ago

skpune commented 1 year ago

There is a new MWAA version 2.6.3 available as [announced on Aug 10th, see also [MWAA versions] It would be helpful to have adapted migration DAGs, updated with the newer version of airflow 2.6.3.

umaragu commented 1 year ago

@skpune MWAA now supports in-place upgrade. Please check out the blog here for more details.

manugarri commented 8 months ago

+1 to this, for some of us, migrating in place is not an option since we need to test the dags on a newer version, and the airflow mwaa has the version as part of the name (and that is immutable).

crupakheti commented 2 months ago

The metadata migration scripts are handled through the mwaa-dr project going forward.