Snowflake Processor

Snowflake is a cloud-based data warehouse system. The user can use Snowflake as a processor in Gathr for ELT pipelines.

FieldDescription
Connection NameThe user will be required to mention the connection name for creating connection.
Warehouse NameSpecify the warehouse name.
Schema NameMention the schema name.
Query Type

The user can select the type of query that he wants to write. i.e either Static query or Dynamic query.

Static query contains normal SQL query while as in dynamic query the user can use an existing dataset columns using @ as shown in the image above.

Query

The user will be required to specify the static value/dynamic value, which ever he selects in the query type.

Top