Snowflake · JSON Structure

Compute Pool Compute Pool Structure

Type: object Properties: 21
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

min_nodes max_nodes instance_family auto_resume comment state num_services num_jobs auto_suspend_secs active_nodes idle_nodes target_nodes created_on resumed_on updated_on owner is_exclusive application budget error_code status_message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ComputePool",
  "type": "object",
  "properties": {
    "min_nodes": {
      "type": "integer"
    },
    "max_nodes": {
      "type": "integer"
    },
    "instance_family": {
      "type": "string"
    },
    "auto_resume": {
      "type": "boolean"
    },
    "comment": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "num_services": {
      "type": "integer"
    },
    "num_jobs": {
      "type": "integer"
    },
    "auto_suspend_secs": {
      "type": "integer"
    },
    "active_nodes": {
      "type": "integer"
    },
    "idle_nodes": {
      "type": "integer"
    },
    "target_nodes": {
      "type": "integer"
    },
    "created_on": {
      "type": "string"
    },
    "resumed_on": {
      "type": "string"
    },
    "updated_on": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "is_exclusive": {
      "type": "boolean"
    },
    "application": {
      "type": "string"
    },
    "budget": {
      "type": "string"
    },
    "error_code": {
      "type": "string"
    },
    "status_message": {
      "type": "string"
    }
  }
}