This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch snowflake-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit b5dbe61104236772bf7494b16440345d2a512d16
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Feb 22 13:03:51 2024 +0100

    Snowflake Sink Kamelet: Fixed database name description
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/resources/kamelets/snowflake-sink.kamelet.yaml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/snowflake-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/snowflake-sink.kamelet.yaml
index af8eff73..8ded8dbf 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/snowflake-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/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:

Reply via email to