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

Improvements to import_data script following a migration from 2.2.2 to 2.5.1 #40

Closed mjsqu closed 1 month ago

mjsqu commented 1 year ago

Following a successful migration from v2.2.2 to v.2.5.1 I have submitted an updated import_db.py script with some improvements that we found useful when running our migration. See the update list below.

…sts - update comments

Issue #, if available: N/A

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

umaragu commented 1 year ago

The changes will impact the 2.4.3 migration. We need new files for 2.2.2 to 2.5.1 migration

mjsqu commented 1 year ago

In my opinion the import_data.py code would probably work on 2.4.3 or 2.5.1 - if you test that on both versions then all that's left to do is complete the picture with an export_data.py for getting data out of 2.4.3.

mjsqu commented 1 month ago

This can be closed, the codebase has moved on a few versions