Use Stream (Model Object)

Description

The Property named Use Stream is available when you edit a Model Object for the Snowflake generators. 

It allows using Snowflake Dynamic Tables and Stream, a near real-time approach to load the data.

Snowflake streams capture changes (inserts, updates, deletes) to a table and store them in a compressed data stream.

Dynamic tables materialize the result of a SQL query and automatically refresh when underlying data changes.

Together, they enable near real-time data pipelines by incrementally processing only new data as it arrives without managing complex streaming infrastructure.

Format

The Use Stream is a Boolean.

Example:

Default Value

The default value is False.