"camel.kamelet.snowflake-source.consumedQuery"
"A query to run on a tuple consumed. Example: DELETE FROM accounts where user_id = :#user_id"
"camel.kamelet.snowflake-source.databaseName"
"The name of the Snowflake Database."
"camel.kamelet.snowflake-source.delay"
"The number of milliseconds before the next poll"
"camel.kamelet.snowflake-source.instanceUrl"
"The Instance url Example: instance.snowflakecomputing.com"
"camel.kamelet.snowflake-source.password"
"The password to access a secured Snowflake Database."
"camel.kamelet.snowflake-source.query"
"The query to execute against the Snowflake Database. Example: INSERT INTO accounts (username,city) VALUES (:#username,:#city)"
"camel.kamelet.snowflake-source.username"
"The username to access a secured Snowflake Database."