Defining Snowflake Streams

The following properties are applicable to a Snowflake Stream object.

Tab

Property

Description

Additional Information

  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.
  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