[ https://issues.apache.org/jira/browse/CAMEL-21736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927966#comment-17927966 ]
Claus Ibsen commented on CAMEL-21736: ------------------------------------- Thanks are you able to work on this, we love contributions. > 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 > > 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)