Custom Data Source (JDBC) For Google BigQuery

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

Parents
  • 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 

Reply
  • 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 

Children