Snowflake · JSON Structure

Iceberg Table Iceberg Table From Iceberg Files Structure

Type: object Properties: 6
Data LakesData SharingData WarehousingDatabaseSQL

IcebergTableFromIcebergFiles is a JSON Structure definition published by Snowflake, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name external_volume replace_invalid_characters metadata_file_path catalog comment

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IcebergTableFromIcebergFiles",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "external_volume": {
      "type": "string"
    },
    "replace_invalid_characters": {
      "type": "boolean"
    },
    "metadata_file_path": {
      "type": "string"
    },
    "catalog": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}