Snowflake · JSON Structure

Catalog Integration Catalog Integration Structure

Type: object Properties: 7
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name table_format enabled comment type category created_on

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CatalogIntegration",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "table_format": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    }
  }
}