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 <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 <star.anis...@gmail.com> 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 > > <https://docs.microsoft.com/en-us/azure/databricks/delta/delta-utility#--convert-an-iceberg-table-to-a-delta-table> > > Thanks!