This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch postgresql-source in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit fdc384067e05d560dca13448d1f0e3a9e3a03214 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
