Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.29.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v2.30.0
Choose a head ref
  • 6 commits
  • 28 files changed
  • 5 contributors

Commits on Oct 27, 2021

  1. docs(samples): add create external table with hive partitioning (#1033)

    * docs(samples): add create table hive partitioning sample
    
    * refactor
    @steffnay
    steffnay authoredOct 27, 2021
    Configuration menu
    Copy the full SHA
    d64f5b6View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. docs: add code samples for Jupyter/IPython magics (#1013)

    Follow-up to GoogleCloudPlatform/python-docs-samples#6889, which removed a BigQuery magics sample for using query parameters.
    
    Note: jupyter_tutorial_test.py is a copy of what is in the `samples/snippets`
    folder. Once the docs have been updated to point to this new version, we can
    remove that copy and remove the Jupyter/IPython depedencencies from
    `samples/snippets/requirements.txt`.
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    @tswast
    tswast authoredOct 29, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. chore: use gapic-generator-python 0.53.4 (#1037)

    * chore: use gapic-generator-python 0.53.4
    
    docs: list oneofs in docstring
    
    committer: busunkim96@
    PiperOrigin-RevId: 406468269
    
    Source-Link: googleapis/googleapis@83d81b0
    
    Source-Link: googleapis/googleapis-gen@2ff001f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZmMDAxZmJhY2I5ZTc3ZTcxZDczNGRlNWY5NTVjMDVmZGFlODUyNiJ9
    
    * 🦉 Updates from OwlBot
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    @gcf-owl-bot
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authoredNov 1, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. feat: accept TableListItem where TableReference is accepted (#1016)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    🦕
    @steffnay
    steffnay authoredNov 1, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. feat: support Python 3.10 (#1043)

    * feat: support Python 3.10
    
    * fix pandas deps to match reality
    
    * run system tests with 3.10
    
    * avoid geopandas on Python 3.10
    
    * install google-cloud-bigquery from source
    
    * update kokoro configs
    
    * remove Python 2.7 config
    @tswast
    tswast authoredNov 3, 2021
    Configuration menu
    Copy the full SHA
    5bbb832View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c5fa8aView commit details
    Browse the repository at this point in the history
Loading