Snowflake · JSON Structure

Notebook Notebook Structure

Type: object Properties: 24
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

name version fromLocation main_file comment default_version query_warehouse created_on database_name schema_name owner owner_role_type url_id title default_packages user_packages runtime_name compute_pool import_urls external_access_integrations external_access_secrets idle_auto_shutdown_time_seconds live_version_location_uri budget

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Notebook",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "fromLocation": {
      "type": "string"
    },
    "main_file": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "default_version": {
      "type": "string"
    },
    "query_warehouse": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "url_id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "default_packages": {
      "type": "string"
    },
    "user_packages": {
      "type": "string"
    },
    "runtime_name": {
      "type": "string"
    },
    "compute_pool": {
      "type": "string"
    },
    "import_urls": {
      "type": "array"
    },
    "external_access_integrations": {
      "type": "array"
    },
    "external_access_secrets": {
      "type": "string"
    },
    "idle_auto_shutdown_time_seconds": {
      "type": "integer"
    },
    "live_version_location_uri": {
      "type": "string"
    },
    "budget": {
      "type": "string"
    }
  }
}