2 Home
gitea_admin edited this page 2026-03-11 14:40:18 +00:00

Snowflake Source

Query data from a Snowflake Database.

Metadata

Property Value
Type source
Group SQL
Namespace Database
Support Level Preview
Provider Apache Software Foundation

Properties

Name Type Required Default Description
instanceUrl string The Instance url
username string The username to access a secured Snowflake Database.
password string The password to access a secured Snowflake Database.
query string The query to execute against the Snowflake Database.
databaseName string The name of the Snowflake Database.
consumedQuery string A query to run on a tuple consumed.
delay integer 500 The number of milliseconds before the next poll

Dependencies

  • camel:jackson
  • camel:kamelet
  • camel:sql
  • mvn:net.snowflake:snowflake-jdbc:3.22.0
  • mvn:org.apache.commons:commons-dbcp2:2.13.0