Defining Snowflake Streams

The following properties are applicable to a Snowflake Stream object.

Tab

Property

Description

Additional Information

General Schema Specifies the schema name of the stream object  
Table Name Specifies the table that the stream tracks for changes  
Is Append Specifies whether the stream is an append-only stream Append-only streams track row inserts only.
Show Initial Rows

Specifies whether to return all existing rows in the source table initially and return only new rows for the stream

 
At or Before Specifies whether the schema must be clone at or before a time point  
Time Type Specifies the type of time point for the clone operation  
Point

Based on the selected Time Type, specifies:

Timestamp: An exact data and time

Offset: The difference from the current time, in seconds

Statement: The query ID of a statement to use as the reference point

 
Clone Stream Specifies the source stream from which the new stream must be created