Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
FLO5
Contributor
Contributor

Google BigQuery SQL for ESB

Hi Talend Community,

I'm trying to explore Google BigQuery dataset by using camel big query sql component (https://camel.apache.org/components/latest/google-bigquery-sql-component.html).

Notice that simple BigQuery component (https://camel.apache.org/components/latest/google-bigquery-component.html) works well on my studio.

What i've done : cJMS > cMessagingEndpoint > cLog

-> "google-bigquery://project-id:datasetId:tableId" (OK)

-> "google-bigquery-sql://project-id:query" (KO). The error msg is: "Failed to resolve endpoint, No component found with scheme: google-bigquery-sql"

I'm using Talend-Studio-20190620_1446-V7.2.1 (ESB), camel version is 2.23.1.

Thanks.

Labels (3)
2 Replies
FLO5
Contributor
Contributor
Author

No idea ? 😞

Anonymous
Not applicable

I have no knowledge about Camel but a query is always related to a dataset. I cannot understand how the query endpoint can work without the dataset id.