Google Cloud Big Query

What I’m trying to do:

Hi everyone, I’m trying to set up a web app that retrieves data from a Big Query Native table.

I don’t understand how to connect and display the extracted data, nor what type of account I should create/have.

Welcome to the forum!

I haven’t used the Big Query API, but I’d start with installing the Python libraries Python client libraries  |  Google Cloud Documentation in your server build, then work your way through a tutorial (random one from a Google search Connect to BigQuery with the Python API Client + Example Script | Census ).

The code will all be in a server function, which you’ll call from the client. If you’re not familiar with that, go through some of the early Anvil tutorials, and ask back when you get stuck.

1 Like