Snowflake · Schema

Notebook

A Snowflake notebook

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string Name of the notebook
version string User specified version alias
fromLocation string Location to copy the file from. This must be a Snowflake stage location.
main_file string Name + path of the file for the Notebook
comment string user comment associated to an object in the dictionary
default_version string The default version name of a file based entity.
query_warehouse string Warehouse against which the queries issued by the Streamlit app are run against
created_on string Date and time when the notebook was created.
database_name string Database in which the notebook is stored
schema_name string Schema in which the notebook is stored
owner string Role that owns the notebook
owner_role_type string The type of role that owns the notebook
url_id string Unique ID associated with the notebook object.
title string User facing title of the Streamlit app or an Organization Profile
default_packages string Default packages of the notebook
user_packages string User packages of the notebook
runtime_name string The runtime to run the Streamlit or Notebook on. If this is not set, the warehouse is assumed
compute_pool string Compute pool name where the snowservice runs
import_urls array List of urls
external_access_integrations array List of external access integrations attached to this function
external_access_secrets string Secrets to be used with this function for external access
idle_auto_shutdown_time_seconds integer Sets the time in seconds for when to shutdown an idle Notebook.
live_version_location_uri string The current version location
budget string Name of the budget if the notebook is monitored by a budget
View JSON Schema on GitHub