You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/04 07:49:48 UTC

[camel-kamelets] 03/03: Google BigQuery Sink Kamelet: Use ServiceAccountKey parameter instead of forming a connectionFactoryBean

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 9aeb7bf0b363b7fc272a48e9a08e297cee5cd4b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 4 09:47:04 2022 +0200

    Google BigQuery Sink Kamelet: Use ServiceAccountKey parameter instead of forming a connectionFactoryBean
---
 kamelets/google-bigquery-sink.kamelet.yaml                              | 2 +-
 .../src/main/resources/kamelets/google-bigquery-sink.kamelet.yaml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/google-bigquery-sink.kamelet.yaml b/kamelets/google-bigquery-sink.kamelet.yaml
index e174b33d..47b3c4f2 100644
--- a/kamelets/google-bigquery-sink.kamelet.yaml
+++ b/kamelets/google-bigquery-sink.kamelet.yaml
@@ -37,7 +37,7 @@ spec:
       - projectId
       - dataset
       - table
-      - credentialsFileLocation
+      - serviceAccountKey
     type: object
     properties:
       projectId:
diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-bigquery-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-bigquery-sink.kamelet.yaml
index e174b33d..47b3c4f2 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-bigquery-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-bigquery-sink.kamelet.yaml
@@ -37,7 +37,7 @@ spec:
       - projectId
       - dataset
       - table
-      - credentialsFileLocation
+      - serviceAccountKey
     type: object
     properties:
       projectId: