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

snowflake-refreshicebergtablerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefreshIcebergTableRequest",
  "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.",
      "example": "example_value"
    }
  }
}