1
votes

I am using bigquery API if i have one table in my dataset and finish to load data , how could i get a list of data using query for example i would like to retrieve datas using this query:

select * from projetid:datasetid.tableid where size>10

How to use query with bigquery API?

Thanks a lot

1

1 Answers

1
votes

One can use BigQuery Web UI or BigQuery API
My understanding is that you are looking to how to start with API.
I recommend to look into Jobs API
Depends on your case you can choose Jobs: Insert or Jobs: Query
This can be good start for you