Snowflake · JSON Structure

Snowflake Sql Rest Statement Request Structure

Type: object Properties: 7
Data LakesData SharingData WarehousingDatabaseSQL

StatementRequest 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

statement timeout database schema warehouse role bindings

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatementRequest",
  "type": "object",
  "properties": {
    "statement": {
      "type": "string"
    },
    "timeout": {
      "type": "integer"
    },
    "database": {
      "type": "string"
    },
    "schema": {
      "type": "string"
    },
    "warehouse": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "bindings": {
      "type": "object"
    }
  }
}