Snowflake · JSON Structure

Iceberg Table Iceberg Table From Delta Structure

Type: object Properties: 6
Data LakesData SharingData WarehousingDatabaseSQL

IcebergTableFromDelta 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 base_location 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": "IcebergTableFromDelta",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "external_volume": {
      "type": "string"
    },
    "replace_invalid_characters": {
      "type": "boolean"
    },
    "base_location": {
      "type": "string"
    },
    "catalog": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}