Snowflake · JSON Structure

Iceberg Table Iceberg Table From Aws Glue Catalog Structure

Type: object Properties: 8
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name external_volume catalog_table_name catalog_namespace replace_invalid_characters auto_refresh 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": "IcebergTableFromAWSGlueCatalog",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "external_volume": {
      "type": "string"
    },
    "catalog_table_name": {
      "type": "string"
    },
    "catalog_namespace": {
      "type": "string"
    },
    "replace_invalid_characters": {
      "type": "boolean"
    },
    "auto_refresh": {
      "type": "boolean"
    },
    "catalog": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}