[
https://issues.apache.org/jira/browse/CAMEL-21736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-21736:
--------------------------------
Fix Version/s: 4.12.0
(was: 4.x)
> camel-google - Ability to fetch data from Google BigQuery tables
> ----------------------------------------------------------------
>
> Key: CAMEL-21736
> URL: https://issues.apache.org/jira/browse/CAMEL-21736
> Project: Camel
> Issue Type: Improvement
> Components: camel-google-bigquery
> Reporter: Luis Sergio Faria Carneiro
> Priority: Major
> Fix For: 4.12.0
>
>
> As I developer I would like to use the Google BigQuery SQL Standard component
> to fetch data from Google Big Query.
> Currently, when I run an Integration with the following snippet:
> {code:java}
> - to:
> uri: google-bigquery-sql://my_project_id:select * from
> poc_bigquery.employees where true
> parameters:
> serviceAccountKey: key.json {code}
> I get the number of rows selected in the message body after the component
> runs, but not the data.
> The docs mention that we currently support only DML queries, so I'm opening
> this as a feature request;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)