Snowflake - Snowpipe Streaming Reset Offset Token

Tools

Description

This tool resets the offset token linked to the Snowpipe Streaming channel and the target table, as if the channel had just been created.

All tool parameters are mandatory.

Parameters

Parameter Description

Name

Display name given to the tool.

Channel Name

Name of the Snowpipe channel to use for loading data to Snowflake.

Xpath Expression For Target Table

Name of the target table, either as a literal table name, or an xpath expression that evaluates to the target table name.

For example, the expression $REF/tech:name() will return a table that has been dragged and dropped onto the tool if REF is set to the current link name.

Xpath Expression For Snowflake Schema

Xpath expression pointing to a Snowflake schema that contains the target table and connection details needed for a Snowpipe Streaming client.

For example, the expression $REF/ref:schema() will return a schema if a target table been dragged and dropped onto the tool