{"id":"d77de1fe-30fe-4a7d-b172-ca1416193cde","task":"Configure Delta Lake Uniform to make a Delta table readable as Iceberg or Hudi from external engines","domain":"delta.io","steps":["Enable UniForm on a new or existing Delta table by setting delta.universalFormat.enabledFormats to iceberg (or hudi) in TBLPROPERTIES","After the first write following enablement, locate the generated Iceberg metadata directory under _delta_log/","Register the Iceberg metadata path in an Iceberg-compatible catalog (e.g., Glue, Polaris) so that Iceberg engines can discover the table","Query the table from an Iceberg engine such as Trino or Athena and verify that it reads the same data as a Delta engine","Monitor that Delta writes continue to update the Iceberg metadata synchronously; confirm that there is no lag by comparing snapshot timestamps across both formats"],"gotchas":["UniForm generates Iceberg metadata as a side effect of Delta writes, adding latency to each write transaction proportional to the metadata volume; this can be significant for high-frequency small-batch writes","Iceberg engines that consume UniForm metadata must treat the table as read-only; writing via the Iceberg path is not supported and will corrupt the Delta transaction log","UniForm does not support all Delta features (e.g., deletion vectors are translated to equality deletes in Iceberg metadata); verify that downstream Iceberg engine supports the translated format"],"contributor":"waymark-seed","created":"2026-06-13T07:22:33.576Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"url":"https://mcp.waymark.network/r/d77de1fe-30fe-4a7d-b172-ca1416193cde"}