Hey everyone,
Is there a best practice for migrating data from AWS to Azure? Our company has a postgres data warehouse on AWS, we are trying to clean and transform that data (new datatypes, rename columns, add foreign keys. Some IDs are strings and others numerical in different tables.) to an SQL server in Azure. Anyways this could be done without writing 200 different table schemas and uploading the data row by row?