StageStream
Last updated
Last updated
Represents a stream on a stage in Snowflake, which allows for capturing data changes on the stage.
name
(string, required) - The name of the stream.
on_stage
(string, required) - The name of the stage the stream is based on.
copy_grants
(bool) - Whether to copy grants from the source stage to the stream.
comment
(string) - An optional description for the stream.
owner
(string or ) - The role that owns the stream. Defaults to "SYSADMIN".