Move a delta table from a non UC metastore to a UC metastore preserving history

Jotav93
New Contributor II

Hi,

 

I am using Azure databricks and we recently enabled UC in our workspace. We have some tables in our non UC metastore that we want to move to a UC enabled metastore. Is there any way we can move these tables without loosing the delta table history? (i.e. sql command "describe history old_mestastore.db_name.table_name" should give exactly the same results than "describe history new_metstore.db_name.table_name" where old metastore is a non UC metastore while new_metastore is a UC enabled metastore).

 

Any info would be appreciated.

 

Thanks

Joaquim