We are looking to connect to customers Data Warehouse (Google BigQuery) by configuring a Custom Data Source (JDBC). Curious if any others have implemented this successfully?
Discussion posts and replies are publicly visible
Hi there,
I'm kind of on the same path, I am currently working on connecting Big Query to my app, I was able to make a connection using the API, the response returns all rows, but then the displayed data does not contain the rows.
Were you able to make this work with Custom data source?
I think I'm close to get the information from BIgQuery but probably I need to figure out how to display the rows given on the JSON response
Hi, we are going JDBC approach (not API) hence will need to create a Custom Connected System which wont be using JSON. I'll let you know if anything comes up which may be relevant for your implementation (ie. API)
Thanks! I was able to make it work actually, if you need help let me know but I did it with API. Does the JDBC allow you to update, delete and get data from bigQuery?
Hello @rodrigoe001
Can you advice me on how you get the succesfull integration with Google BQ trough API?