Luis Sergio Faria Carneiro created CAMEL-21736:
--------------------------------------------------

             Summary: Ability to execute 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


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)

Reply via email to