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 268002b7a52be8ffa2a2a95c9bd606e1b9d8aa39 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jun 18 07:41:03 2021 +0200 Added PostgreSQL Source Kamelet --- postgresql-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql-source.kamelet.yaml b/postgresql-source.kamelet.yaml index c807781..83bf356 100644 --- a/postgresql-source.kamelet.yaml +++ b/postgresql-source.kamelet.yaml @@ -57,6 +57,7 @@ spec: title: Consumed Query description: A query to run on a tuple consumed type: string + example: 'DELETE FROM accounts where user_id = :#user_id' types: out: mediaType: application/json
