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

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

commit d57cfe04f38e66ae9062a3e19055d38a1277a53e
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 a9898a35..08abf416 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:

Reply via email to