Stream Input
  • Dark
    Light

Stream Input

  • Dark
    Light

This article is specific to the following platforms - Snowflake.

Stream Input Component

Read chosen columns from an existing stream. This is akin to using a Table Input Component pointed at the same table the stream is.

This component uses an existing stream. You can create new streams using the Create Stream Component.

Properties

Property Setting Description
Name Text A human-readable name for the component.
Database Select Choose a database that contains the schema that the stream belongs to.
Schema Select Select the schema that the stream belongs to. The special value, [Environment Default], will use the schema defined in the environment. For more information on using multiple schemas, see Schemas.
Target Stream Text Enter the name of the stream that we want to take data from.
Column Names Multi Select Once the Target Stream is set, the columns become available to choose from. Use the Editor to select which columns to pass along.

What's Next