Use case
Some common uses for Table Input include:- Extracting source data for transformation. Table Input reads data directly from the specified table and acts as the starting point of your transformation pipeline.
- Joining data from multiple tables. Multiple Table Input components can feed into a Join component to combine the data into a single output. Note that in some scenarios it may be more efficient to do this with a Multi Table Input component rather than multiple Table Input components.
Properties
- Snowflake
- Databricks
- Amazon Redshift
A human-readable name for the component.
The Snowflake database. The special value
[Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.The Snowflake schema. The special value
[Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.The name of the input table or view. The tables and views found in the currently selected environment are provided to choose from.
The columns to include in the input. If you wish to rename the column names, consider using the Rename component to change them.
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.

