Snowflake · JSON Structure

Catalog Integration Glue Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

glue_aws_role_arn glue_catalog_id glue_region catalog_namespace

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Glue",
  "type": "object",
  "properties": {
    "glue_aws_role_arn": {
      "type": "string"
    },
    "glue_catalog_id": {
      "type": "string"
    },
    "glue_region": {
      "type": "string"
    },
    "catalog_namespace": {
      "type": "string"
    }
  }
}