Parthiban Jaganathan
07/18/2023, 6:50 PMScott Sandre (Delta Lake)
07/19/2023, 8:05 PMParthiban Jaganathan
07/19/2023, 8:18 PMScott Sandre (Delta Lake)
07/21/2023, 6:17 PMbut 3.0 preview document talks about creating a table before publishing dataCan you please link me to this?
Parthiban Jaganathan
07/21/2023, 6:22 PMScott Sandre (Delta Lake)
07/21/2023, 7:07 PMdelta.universalformat.config.iceberg.<my_iceberg_table_property>
delta.universalformat.config.iceberg.
Parthiban Jaganathan
07/21/2023, 7:15 PMspark.sql("ALTER TABLE delta.`path\to\delta\table` SET TBLPROPERTIES ('delta.universalFormat.enabledFormats' = 'iceberg')")
Scott Sandre (Delta Lake)
07/21/2023, 7:16 PM'delta.columnMapping.mode' = 'name'
2. enable the icebergcompatv1 table feature 'delta.enableIcebergCompatV1' = 'true'
Parthiban Jaganathan
07/21/2023, 7:18 PM