Apache Iceberg · Example Payload

Rest Catalog Open Api Register Table Request Example

ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format

Rest Catalog Open Api Register Table Request Example is an example object payload from Apache Iceberg, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namemetadata-locationoverwrite

Example Payload

Raw ↑
{
  "name": "sales_data",
  "metadata-location": "s3://my-bucket/warehouse/my_database/sales_data",
  "overwrite": false
}