Migrate on-premise delta tables to Databricks (Azure)

tonkol
New Contributor II

Hi There,

I have the situation that we've decided to migrate our on-premise delta-lake to Azure Databricks.

Because of networking I can only "push" the data from on-prem to cloud.

What would be the best way to replicate all tables: schema+partitioning info and all data?

I wanted to just get the create table statements and than insert the data, but I've hit this open item... 😞

https://github.com/delta-io/delta/issues/1032

Thanks for your suggestions