This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 300df42a9625b1efe5edeaaa142c664f72c1c315 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 22 13:02:35 2024 +0100 Snowflake Sink Kamelet: Fixed database name description Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/snowflake-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/snowflake-sink.kamelet.yaml b/kamelets/snowflake-sink.kamelet.yaml index af8eff73..8ded8dbf 100644 --- a/kamelets/snowflake-sink.kamelet.yaml +++ b/kamelets/snowflake-sink.kamelet.yaml @@ -72,7 +72,7 @@ spec: example: 'INSERT INTO accounts (username,city) VALUES (:#username,:#city)' databaseName: title: Database Name - description: The name of the PostgreSQL Database. + description: The name of the Snowflake Database. type: string types: in: