BigQuery-Python icon indicating copy to clipboard operation
BigQuery-Python copied to clipboard

Simple Python client for interacting with Google BigQuery.

Results 23 BigQuery-Python issues
Sort by recently updated
recently updated
newest added

Hi, How can I get client with API key only? I have created API key on Credentials page selecting API key [http://www.awesomescreenshot.com/09b69xqda2](url) Thank you.

It would be nice to have upload/download file functionality from local to google cloud storage and vice versa into this client.

add tableId=table to enable update / patch tables

How can I get the properties like totalBytesBilled, endTime etc that comes under [statistics](https://cloud.google.com/bigquery/docs/reference/v2/jobs#statistics)? I use the [query ](https://github.com/tylertreat/BigQuery-Python/blob/master/bigquery/client.py#L279) method in client.py

Hello, I don't know why but all of my queries are limited it can get maximum 100 000 rows per query I see that there is a parameter **allow_large_results** in...

Hope the title is relatively self explanatory!

It's possible to build a service using GoogleCredentials? I tried giving the GoogleCredentials as parameter, but it crashes when building the service: ` service = build('bigquery', 'v2', http=http, discoveryServiceUrl=service_url) `...

On a project with 63 datasets, a `get_datasets()` call returned only the first 50 datasets. Since the docstring reads `List all datasets in the project`, this does not seem to...

Hi! Is there a push_col function available? I want to write a DF on that pivot. Lots of rows, not as many columns. Is there a suggestion if I could...

I'm about to write this but just wanted to confirm if it's something I can send as a PR. It's the ability to unflat results using the schema when you...