Data Ingestion and Replication
- Data Ingestion and Replication H2L
- All Products
Property
| Description
|
|---|---|
Target Creation
| The only available option is
Create Target Tables , which generates the target tables based on the source tables.
After the target table is created, Mass Ingestion Databases intelligently handles the target tables on subsequent job runs. Mass Ingestion Databases might truncate or re-create the target tables depending on the specific circumstances.
|
Schema
| Select the target schema in which
Mass Ingestion Databases creates the target tables.
|
Stage
| The name of internal staging area that holds the data read from the source before the data is written to the target tables. This name must not include spaces. If the staging area does not exist, it will be automatically created.
|
Apply Mode
| Indicates how source DML changes, including inserts, updates, and deletes, are applied to the target. Options are:
The default value is
Standard .
***In this scenario, accept the default value of
Standard .***
|
Field
| Description
|
|---|---|
Add Last Replicated Time
| Select this check box to add a metadata column that records the timestamp at which a record was inserted or last updated in the target table. For initial loads, all loaded records have the same timestamp. For incremental and combined initial and incremental loads, the column records the timestamp of the last DML operation that was applied to the target.
By default, this check box is not selected.
|
Prefix for Metadata Columns
| Add a prefix to the names of the added metadata columns to easily identify them and to prevent conflicts with the names of existing columns.
The default value is INFA_.
|
Superpipe | Snowpipe Streaming API allows you to quickly stream rows of data directly to Snowflake Data Cloud target tables with low latency instead of first writing the data to stage files.
By default, this check box is selected.
***In this scenario,
deselect the check box.***
|
Merge Frequency
| When
Superpipe is selected, you can optionally set the frequency, in seconds, at which change data rows are merged and applied to the Snowflake target tables.
|