Re: Converting Delta tables to Iceberg

2022-03-23 Thread Oona P
Thank you! Seems like it would be a good tooling addition outside of the
Iceberg project.

On Wed, Mar 23, 2022 at 9:56 AM Russell Spitzer 
wrote:

> We do not have a built in function but these instructions
>
>
> https://docs.microsoft.com/en-us/azure/databricks/delta/delta-utility#convert-a-delta-table-to-a-parquet-table
>
> Could be followed by a "Migrate" or "Snapshot" command and that would do
> the conversion.
>
> As for converting Delta Specific logs and history, that is not currently
> something we have. Could be something interesting to write, but probably
> wouldn't be a good fit for inside the Iceberg project itself (since I
> assume it would have a Delta dependency)
>
> On Mar 23, 2022, at 11:37 AM, Oona P  wrote:
>
> Hi,
>
> Is there a way to convert delta tables to Iceberg?
>
> Something like
> https://docs.microsoft.com/en-us/azure/databricks/delta/delta-utility#--convert-an-iceberg-table-to-a-delta-table
>
> Thanks!
>
>
>


Re: Converting Delta tables to Iceberg

2022-03-23 Thread Russell Spitzer
We do not have a built in function but these instructions

https://docs.microsoft.com/en-us/azure/databricks/delta/delta-utility#convert-a-delta-table-to-a-parquet-table
 


Could be followed by a "Migrate" or "Snapshot" command and that would do the 
conversion.

As for converting Delta Specific logs and history, that is not currently 
something we have. Could be something interesting to write, but probably 
wouldn't be a good fit for inside the Iceberg project itself (since I assume it 
would have a Delta dependency)

> On Mar 23, 2022, at 11:37 AM, Oona P  wrote:
> 
> Hi, 
> 
> Is there a way to convert delta tables to Iceberg? 
> 
> Something like 
> https://docs.microsoft.com/en-us/azure/databricks/delta/delta-utility#--convert-an-iceberg-table-to-a-delta-table
>  
> 
> 
> Thanks!