Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
No idea ? 😞
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.