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

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

commit c1aced6708ca7bdb0cc98071458f4aa49142e1be
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Feb 14 10:54:12 2024 +0100

    Added a Snowflake Source Kamelet
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/resources/kamelets/snowflake-source.kamelet.yaml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/snowflake-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/snowflake-source.kamelet.yaml
index f59f8072..e14a5f71 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/snowflake-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/snowflake-source.kamelet.yaml
@@ -19,7 +19,7 @@ kind: Kamelet
 metadata:
   name: snowflake-source
   annotations:
-    camel.apache.org/kamelet.support.level: "Stable"
+    camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "4.4.0-SNAPSHOT"
     camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIGJhc2VQcm9maWxlPSJ0aW55LXBzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTY1IDE1NTkiIHdpZHRoPSIxNTY1IiBoZWlnaHQ9IjE1NTkiPgoJPHRpdGxlPmxvZ28tYmx1ZS1zdmcgY29weS1zdmc8L3RpdGxlPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTTAuMjQgMEw2ODkzLjI2IDBMNjg5My4yNiAxNTU4LjIyTDAuMjQgMTU1OC4yMkwwLjI0IDBaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cg
 [...]
     camel.apache.org/provider: "Apache Software Foundation"
@@ -33,7 +33,7 @@ spec:
     description: |-
       Query data from a Snowflake Database.
     required:
-      - serverName
+      - instanceUrl
       - username
       - password
       - query
@@ -41,8 +41,8 @@ spec:
     type: object
     properties:
       instanceUrl:
-        title: The instance URL
-        description: The instance url
+        title: Instance URL
+        description: The Instance url
         type: string
         example: instance.snowflakecomputing.com
       username:

Reply via email to