Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 13 commits
  • 28 files changed
  • 5 contributors

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    a3ab9ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7212c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. refactor: split pandas system tests to new module (#548)

    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://github.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)
    
    Follow-up to #448
    
    Towards #366
    tswast authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    efdf1c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. chore: add pre-commit-config to renovate ignore paths (#552)

    Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Mar 15 09:05:39 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378
    Source-Link: googleapis/synthtool@2c54c47
    yoshi-automation authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a460f93 View commit details
    Browse the repository at this point in the history
  2. fix: remove DB-API dependency on pyarrow with decimal query parameters (

    #551)
    
    * fix: DB API pyarrow dependency with decimal values
    
    DB API should gracefully handle the case when the optional pyarrow
    dependency is not installed.
    
    * Blacken DB API helpers tests
    
    * Refine the logic for recognizing NUMERIC Decimals
    plamut authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1b946ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af542f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b14a29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7447f05 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. fix: avoid policy tags 403 error in load_table_from_dataframe (#557)

    * WIP: fix: don't set policy tags in load job from dataframe
    
    * copy fields parameter for struct support
    
    * update tests to allow missing description property
    
    * fix load from dataframe test on python 3.6
    
    Also, check that sent schema matches DataFrame order, not table order
    tswast authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    84e646e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. fix: avoid overly strict dependency on pyarrow 3.x (#564)

    Exclude "bignumeric_type" from the "all" extra
    tswast authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    97ee6ec View commit details
    Browse the repository at this point in the history
  2. feat: add ExternalConfig.connection_id property to connect to exter…

    …nal sources (#560)
    
    * feat: add `ExternalConfig.connection_id` property to connect to external sources
    
    * add tests
    
    * fix unit tests
    tswast authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    d93986e View commit details
    Browse the repository at this point in the history
  3. chore(python): add kokoro configs for periodic builds against head (#565

    )
    
    This change should be non-destructive.
    
    Note for library repo maintainers:
    After applying this change, you can easily add (or change) periodic
    builds against head by adding config files in google3.
    
    See python-pubsub repo for example.
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Fri Mar 19 11:17:59 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cda
    Source-Link: googleapis/synthtool@79c8dd7
    yoshi-automation authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    d2d532c View commit details
    Browse the repository at this point in the history
  4. chore: release 2.13.0 (#568)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    8f274e8 View commit details
    Browse the repository at this point in the history
Loading