Keboola · Schema

CreateSnowflakeBackendWithCertRequest

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
host string Snowflake host name.
warehouse string Snowflake warehouse name. Warehouse name cannot contain warehouse size suffixes (_X-SMALL, _SMALL, etc.) when dynamic backends are enabled. Size suffixes will be automatically added to the warehouse n
username string Snowflake username.
region string Backend region.
owner string Associated legal owner (mostly: keboola, client-).
technicalOwner string Associated technical owner (who technically manages the account). Enum: keboola, internal, kbdb, byodb.
technicalOwnerContactEmails array Array of technical owner contact emails for notifications.
useDynamicBackends boolean Enable dynamic backends.
useNetworkPolicies boolean Enable network policies.
useSso boolean Enable SSO.
edition string Snowflake edition type. Enum: enterprise, standard. Enterprise enables multi-cluster warehouses when dynamic backends are enabled.
View JSON Schema on GitHub

JSON Schema

keboola-createsnowflakebackendwithcertrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateSnowflakeBackendWithCertRequest",
  "required": [
    "host",
    "warehouse",
    "username",
    "region",
    "owner",
    "technicalOwner"
  ],
  "properties": {
    "host": {
      "description": "Snowflake host name.",
      "type": "string",
      "example": "demo.snowflakecomputing.com"
    },
    "warehouse": {
      "description": "Snowflake warehouse name. Warehouse name cannot contain warehouse size suffixes (_X-SMALL, _SMALL, etc.) when dynamic backends are enabled. Size suffixes will be automatically added to the warehouse name.",
      "type": "string",
      "example": "KEBOOLA"
    },
    "username": {
      "description": "Snowflake username.",
      "type": "string",
      "example": "KEBOOLA_STORAGE"
    },
    "region": {
      "description": "Backend region.",
      "type": "string",
      "example": "us-east-1"
    },
    "owner": {
      "description": "Associated legal owner (mostly: keboola, client-<name>).",
      "type": "string",
      "example": "keboola"
    },
    "technicalOwner": {
      "description": "Associated technical owner (who technically manages the account). Enum: keboola, internal, kbdb, byodb.",
      "type": "string",
      "example": "keboola"
    },
    "technicalOwnerContactEmails": {
      "description": "Array of technical owner contact emails for notifications.",
      "type": "array",
      "items": {
        "type": "string",
        "format": "email"
      },
      "example": [
        "devel@keboola.com"
      ],
      "nullable": true
    },
    "useDynamicBackends": {
      "description": "Enable dynamic backends.",
      "type": "boolean",
      "example": false,
      "nullable": true
    },
    "useNetworkPolicies": {
      "description": "Enable network policies.",
      "type": "boolean",
      "example": false,
      "nullable": true
    },
    "useSso": {
      "description": "Enable SSO.",
      "type": "boolean",
      "example": false,
      "nullable": true
    },
    "edition": {
      "description": "Snowflake edition type. Enum: enterprise, standard. Enterprise enables multi-cluster warehouses when dynamic backends are enabled.",
      "type": "string",
      "example": "standard",
      "nullable": true
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-createsnowflakebackendwithcertrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.