Stream Input
    • Dark
      Light

    Stream Input

    • Dark
      Light

    Article Summary

    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

    PropertySettingDescription
    NameTextA human-readable name for the component.
    DatabaseSelectChoose a database that contains the schema that the stream belongs to.
    SchemaSelectSelect 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 StreamTextEnter the name of the stream that we want to take data from.
    Column NamesMulti SelectOnce 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