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