Skip to content

Add tabledata API methods - #1038

Merged
tseaver merged 12 commits into
googleapis:masterfrom
tseaver:bigquery-tabledata_api_methods
Aug 6, 2015
Merged

Add tabledata API methods#1038
tseaver merged 12 commits into
googleapis:masterfrom
tseaver:bigquery-tabledata_api_methods

Conversation

@tseaver

Copy link
Copy Markdown
Contributor
  • Add Table.insert_all() and Table.data for synchronous load / browse.
  • Ensure that Table.schema is re-populated from server responses.

@tseavertseaver added the api: bigquery Issues related to the BigQuery API. label Aug 5, 2015
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 5, 2015

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes

Copy link
Copy Markdown
Contributor

RE:

(I found this in the wild when trying to fetch data I had sent as "normal" numeric values).

JavaScript has no 64 bits integers but only one number type, which is the IEEE754 double precision float.

So the JSON spec can't support int64 values. See the discovery spec to see how values actually get encoded.

@dhermes

Copy link
Copy Markdown
Contributor

LGTM

tseaver added a commit that referenced this pull request Aug 6, 2015
@tseaver
tseaver merged commit 3d0e871 into googleapis:masterAug 6, 2015
@tseaver
tseaver deleted the bigquery-tabledata_api_methods branch August 6, 2015 23:56
@dhermes

Copy link
Copy Markdown
Contributor

@tseaver Where do we stand on cutting a release?

@tseaver

Copy link
Copy Markdown
ContributorAuthor

We don't have any of the job-related APIs covered for BQ. I don't know whether that should be a blocker: @jgeewax, do you have a sense?

@dhermes

Copy link
Copy Markdown
Contributor

If it's just a 0.7.1 it's not a big deal. Getting into a rhythm of releasing every week could be good anyhow?

@tseaver

Copy link
Copy Markdown
ContributorAuthor

Maybe so. If it is a 0.7.1, we should either ignore BQ altogether, or note that it is under heavy development and not really ready for outside use yet.

@dhermes

Copy link
Copy Markdown
Contributor

OK

@dhermesdhermes mentioned this pull request Aug 12, 2015
parthea pushed a commit that referenced this pull request Nov 24, 2025
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobuf](https://developers.google.com/protocol-buffers/) | `==3.18.1` -> `==3.19.0` | [![age](https://badges.renovateapi.com/packages/pypi/protobuf/3.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/protobuf/3.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/protobuf/3.19.0/compatibility-slim/3.18.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/protobuf/3.19.0/confidence-slim/3.18.1)](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-python).
parthea added a commit that referenced this pull request Nov 24, 2025
* chore(python): remove CONTRIBUTING.rst from templates
Source-Link: googleapis/synthtool@c96fb11
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:710b70faff81151657d89db6e028c23a1051787598c8276bdd8eef25c92da8ab
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Remove replacement in owlbot.py
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigqueryIssues related to the BigQuery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tseaver@dhermes@googlebot