Ayushi_Suthar
Databricks Employee
Databricks Employee

Hi @messiah , Good Day!

Please follow the below steps to create an iceberg table in Databricks

1 . you have to create the iceberg table using the supported filed format which is stored in the storage location: it's defined here

https://iceberg.apache.org/spec/#:~:text=Version%201%20of%20the%20Iceberg,Parquet%2C%20Avro%2C%20and...

it basically supported  Parquet, Avro, and ORC.

2 . before creating you need to install the iceberg jar instead of the python library file on your cluster according to your cluster spark version: you can download it from here: https://iceberg.apache.org/releases/#downloads

You can follow the below document to install the downloaded Jar file on a cluster : https://docs.databricks.com/en/libraries/cluster-libraries.html#install-a-library-on-a-cluster

Please find an example below : 

Ayushi_Suthar_0-1738654734430.png

 

For other details, you can check this document: 

https://docs.databricks.com/en/external-access/iceberg.html

Please let me know if this helps and leave a like if this information is useful, followups are appreciated.

Kudos

Ayushi