Snowflake · Schema

RestConfig

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
catalog_uri string Customer's Polaris account locator URL
warehouse string Name of the catalog to use in Polaris
View JSON Schema on GitHub

JSON Schema

catalog-integration-rest-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RestConfig",
  "type": "object",
  "properties": {
    "catalog_uri": {
      "type": "string",
      "description": "Customer's Polaris account locator URL"
    },
    "warehouse": {
      "type": "string",
      "description": "Name of the catalog to use in Polaris"
    }
  }
}