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: v1.4.1
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: v1.4.2
Choose a head ref
  • 6 commits
  • 15 files changed
  • 5 contributors

Commits on Mar 8, 2022

  1. chore(deps): update all dependencies (#423)

    * chore(deps): update all dependencies
    
    * revert
    
    * revert
    
    * revert
    
    * revert
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5f99f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. chore(deps): update all dependencies (#424)

    * chore(deps): update all dependencies
    
    * revert
    
    * revert
    
    * revert
    
    * revert
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    934e25f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. fix: use faux_conn rather than engine in unit tests (#431)

    Remove the engine fixture from unit tests and use faux_conn instead. Creating
    an engine requires credentials, which prevents these tests from being pure unit
    tests and running in any environment.
    
    Fixes #430 🦕
    waltaskew authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    275506f View commit details
    Browse the repository at this point in the history
  2. fix: use explicit rather than implicit relative imports (#433)

    use explicit rather than implicit relative imports
    
    Fixes #432 🦕
    waltaskew authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ca20d3d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. deps: require google-cloud-bigquery-storage to avoid performance warn…

    …ing (#414)
    
    The wrapped DB-API uses google-cloud-bigquery-storage to download query
    results by default. It raises a warning and falls back to the REST API
    if google-cloud-bigquery-storage is not installed.
    
    The google-cloud-bigquery version 3.x library is tested in #401 and it does not include any breaking changes that should affect the SQLAlchemy connector.
    
    deps: allow google-cloud-bigquery version 3.x
    
    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 #<issue_number_goes_here> 🦕
    tswast authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    ff3273f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.4.2 (#434)

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