Hi all, working on this project, my team plans to migrate some data from some databases to Databricks. We plan to run this migration by submitting queries to a warehouse through python on a local machine.
Now I was wondering what would be the best approach for schema migration? Can anyone suggest any, does alembic work well in this regard?
#python #migration #alembic #sqlalchemy #databricks #databases #postgres #mysql