Snowflake Query
Query a Snowflake database.
Properties
Name | Type | |
---|---|---|
engine | String=snowflake:query | |
connection | String | |
query | String | |
schema | Object |
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