Skip to content

Table Input

Table Input reads chosen columns from an input table or view into the transformation pipeline. This component will also work with external tables.


Properties

Name = string

A human-readable name for the component.


Database = drop-down

The Snowflake database. The special value, [Environment Default], will use the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.


Schema = drop-down

The Snowflake schema. The special value, [Environment Default], will use the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.


Target Table = drop-down

The name of the input table or view. The tables and views found in the currently selected environment are provided to choose from.


Column Names = dual listbox

The columns to include in the input. If you wish to rename the column names, consider using the Rename component to change them.


Time Offset = integer

Offsets the table contents by the number of specified seconds. This is a function of Snowflake's Time Travel feature, allowing you to see a table as it was X seconds ago.