InternalStage
Represents an internal stage in Snowflake, which is a named location used to store data files that will be loaded into or unloaded from Snowflake tables.
Examples
Python
YAML
Fields
name
(string, required) - The name of the internal stage.owner
(string or Role) - The owner role of the internal stage. Defaults to "SYSADMIN".encryption
(dict) - A dictionary specifying encryption settings.directory
(dict) - A dictionary specifying directory usage settings.tags
(dict) - A dictionary of tags associated with the internal stage.comment
(string) - A comment for the internal stage.
Last updated