snowflake.core.stage¶
Manages Snowflake Stages.
Example
>>> stages: StageCollection = root.databases["mydb"].schemas["myschema"].stages
>>> mystage = stages.create(Stage("mystage"))
>>> stage_iter = stages.iter(like="my%")
>>> mystage = stages["mystage"]
>>> an_existing_stage = stages["an_existing_stage"]
Refer to snowflake.core.Root
to create the root
.
Classes
|
A model object representing the Stage resource. |
|
Represents a reference to a Snowflake stage. |
|
Represents the collection operations on the Snowflake Stage resource. |
|
A model object representing the AwsCredentials resource. |
|
A model object representing the AzureCredentials resource. |
A model object representing the Credentials resource. |
|
|
A model object representing the FileTransferMaterial resource. |
|
A model object representing the PresignedUrlRequest resource. |
|
A model object representing the StageDirectoryTable resource. |
|
A model object representing the StageEncryption resource. |
|
A model object representing the StageFile resource. |