Skip to content

Bigquery table api methods - #1023

Merged
tseaver merged 7 commits into
googleapis:masterfrom
tseaver:bigquery-table_api_methods
Aug 5, 2015
Merged

Bigquery table api methods#1023
tseaver merged 7 commits into
googleapis:masterfrom
tseaver:bigquery-table_api_methods

Conversation

@tseaver

Copy link
Copy Markdown
Contributor

Uses #1022 as a base.

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

Copy link
Copy Markdown
ContributorAuthor

Rebased after landing #1022

Comment threadgcloud/bigquery/dataset.py Outdated

This comment was marked as spam.

This comment was marked as spam.

Comment threadgcloud/bigquery/table.py Outdated

This comment was marked as spam.

Comment threadgcloud/bigquery/table.py Outdated

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.

This comment was marked as spam.

This comment was marked as spam.

@tseaver

Copy link
Copy Markdown
ContributorAuthor

Realized I need to update Table.patch() to support passing schema. The spec says schema is optional: I guess maybe it could be deleted to allow the back-end to infer it (e.g., from the view query?)

@dhermes

Copy link
Copy Markdown
Contributor

In another PR or here?

@tseaver

Copy link
Copy Markdown
ContributorAuthor

22bc7cd adds that support.

@dhermes

Copy link
Copy Markdown
Contributor

Cool. So the last thing to resolve is the KeyError question.


Also, how close are we to cutting a release with BigQuery stuff in it? My main reason for asking is so that we can make http://gcloud-python.readthedocs.org/en/stable/ actually look good.

@tseaver

Copy link
Copy Markdown
ContributorAuthor

Also, how close are we to cutting a release with BigQuery stuff in it?

I expect to have a PR in today adding the synchronous table load / fetch stuff. The async stuff will take a bit longer (I don't have my head wrapped around all the jobs API yet).

@tseaver

Copy link
Copy Markdown
ContributorAuthor

@dhermes PTAL (post- 7210c8c ).

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes

Copy link
Copy Markdown
Contributor

LGTM

tseaver added a commit that referenced this pull request Aug 5, 2015
@tseaver
tseaver merged commit c7b436f into googleapis:masterAug 5, 2015
@tseaver
tseaver deleted the bigquery-table_api_methods branch August 5, 2015 16:45
@dhermesdhermes mentioned this pull request Aug 12, 2015
parthea pushed a commit that referenced this pull request Nov 22, 2025
…ters (#1023)
* feat: Add support for Cloud Bigtable Row Affinity in App Profiles
PiperOrigin-RevId: 673093969
Source-Link: googleapis/googleapis@cbf696d
Source-Link: googleapis/googleapis-gen@a2f7ec1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTJmN2VjMTE5MTgxMzMwNGIzYmQwMDk3Y2FhMzM5NTZiZGIzYjYzNyJ9
* 🦉 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
* feat: Add support for Cloud Bigtable Node Scaling Factor for CBT Clusters
PiperOrigin-RevId: 676993928
Source-Link: googleapis/googleapis@407deca
Source-Link: googleapis/googleapis-gen@4fae779
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZhZTc3OTIwZGEwZjQ1MDNiYmY1ZjNjZTM0ZmMwN2JjZDZkM2Q5YSJ9
* 🦉 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
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 2, 2026
…ters (#1023)
* feat: Add support for Cloud Bigtable Row Affinity in App Profiles
PiperOrigin-RevId: 673093969
Source-Link: googleapis/googleapis@cbf696d
Source-Link: googleapis/googleapis-gen@a2f7ec1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTJmN2VjMTE5MTgxMzMwNGIzYmQwMDk3Y2FhMzM5NTZiZGIzYjYzNyJ9
* 🦉 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
* feat: Add support for Cloud Bigtable Node Scaling Factor for CBT Clusters
PiperOrigin-RevId: 676993928
Source-Link: googleapis/googleapis@407deca
Source-Link: googleapis/googleapis-gen@4fae779
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZhZTc3OTIwZGEwZjQ1MDNiYmY1ZjNjZTM0ZmMwN2JjZDZkM2Q5YSJ9
* 🦉 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
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 6, 2026
…1023)
While implementing Sessions, I noticed several missing classes in the reference docs.
Using "automodule" since experience has shown we often forget to add new classes to `docs/reference.rst`.
parthea pushed a commit that referenced this pull request Mar 9, 2026
* Improve test error message for missing credentials
See relevant issue #1023
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Andrew Gorcester <gorcester@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Mar 9, 2026
* chore: Update gapic-generator-python to v1.11.7
PiperOrigin-RevId: 573230664
Source-Link: googleapis/googleapis@93beed3
Source-Link: googleapis/googleapis-gen@f4a4eda
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjRhNGVkYWE4MDU3NjM5ZmNmNmFkZjkxNzk4NzIyODBkMWE4ZjY1MSJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: Update gapic-generator-python to v1.11.8
PiperOrigin-RevId: 574178735
Source-Link: googleapis/googleapis@7307199
Source-Link: googleapis/googleapis-gen@ce3af21
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2UzYWYyMWI3YzU1OWE4N2MyYmVmYzA3NmJlMGUzYWVkYTNhMjZmMCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: Update gapic-generator-python to v1.11.9
PiperOrigin-RevId: 574520922
Source-Link: googleapis/googleapis@5183984
Source-Link: googleapis/googleapis-gen@a59af19
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU5YWYxOWQ0YWM2NTA5ZmFlZGYxY2MzOTAyOTE0MWI2YTViODk2OCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: add PG.OID type cod annotation
PiperOrigin-RevId: 577053414
Source-Link: googleapis/googleapis@727c286
Source-Link: googleapis/googleapis-gen@2015275
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjAxNTI3NWE3ZGRhMmFkM2QxNjA5ZjA2YzQyMDgxMjVjN2RlOGE5ZCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* remove obsolete rst files
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
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