Snowflake Query

Query a Snowflake database.

Properties

NameType
engineString=snowflake:query
connectionString
queryString
schemaObject

engine

Must be snowflake:query.

Required
Yes

connection

The Snowflake connection to connect to.

Required
Yes

query

The SQL query to retrieve the data.

Required
Yes

schema

Define the schema of the data, entering the field name returned by the SQL query into `Source`.

Required
Yes