Snowflake · Schema

RefreshIcebergTableRequest

Request model for refreshing iceberg table

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
metadata_file_relative_path string Specifies a metadata file path for a table created from Iceberg files in object storage.
View JSON Schema on GitHub

JSON Schema

iceberg-table-refresh-iceberg-table-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RefreshIcebergTableRequest",
  "type": "object",
  "description": "Request model for refreshing iceberg table",
  "properties": {
    "metadata_file_relative_path": {
      "type": "string",
      "description": "Specifies a metadata file path for a table created from Iceberg files in object storage."
    }
  }
}