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-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: googleapis/python-bigquery-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 7, 2021

  1. chore: Add license headers for python config files (#117)

    Source-Author: Anthonios Partheniou <partheniou@google.com>
    Source-Date: Tue Apr 6 11:32:03 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc
    Source-Link: googleapis/synthtool@5b5bf6d
    yoshi-automation authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b3b0a0a View commit details
    Browse the repository at this point in the history
  2. test: use random suffix in DML test table (#114)

    This should avoid flakes. Also, adds a table expiration so that
    if cleanup fails, BigQuery will still eventually remove the
    table.
    
    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-sqlalchemy/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)
    
    Fixes #111  🦕
    tswast authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    29c7fb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. fix: use project_id property from service account credentials (#120)

    * fix: use `project_id` property from service account credentials
    
    * fix typo in test
    
    * more test typos
    tswast authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ab2051d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75a6458 View commit details
    Browse the repository at this point in the history
Loading