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.5.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.5.1
Choose a head ref
  • 17 commits
  • 109 files changed
  • 5 contributors

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    b9526c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Update README.rst

    fix typo: "SQLAchemy" -> "SQLAlchemy"
    WadeTsai authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1724e6f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. fix underline

    tswast authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    01ab2c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from WadeTsai/patch-1

    Update README.rst to fix typo: "SQLAchemy" -> "SQLAlchemy"
    tswast authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2145bdf View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Fetch table and column descriptions (#82)

    * Fetch table and column descriptions
    
    * Reset coltype for unrecognized columns
    
    * add tests
    
    Co-authored-by: Tim Swast <swast@google.com>
    hsheth2 and tswast authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c2a4537 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. chore: add license headers

    Add MIT license headers via addlicense tool.
    
    Following the recommended steps at
    https://opensource.google/docs/releasing/preparing/ and
    https://opensource.google/docs/releasing/authors/
    tswast committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3250fa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    d2f6ae4 View commit details
    Browse the repository at this point in the history
  2. docs: add templates for move to googleapis/python-bigquery-sqlalchemy…

    … repo (#88)
    
    * chore: add generated templates (via synthtool)
    
    * use templated noxfile
    
    * restore setup.cfg db section
    tswast authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    37e584e View commit details
    Browse the repository at this point in the history
  3. chore: remove trailing commas

    tswast committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9cdd37b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. changes without context (#95)

    autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9b3ffaa View commit details
    Browse the repository at this point in the history
  2. test: update system test fixtures to create necessary tables (#96)

    * test: update system test fixtures to create necessary tables
    
    * revert changes to test file
    tswast authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e9d66fb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. docs: build documentation with Sphinx (#97)

    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 #90  🦕
    tswast authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1707737 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. test: only create test tables if they do not already exist (#101)

    This should avoid race conditions when creating views from recently
    (re)created tables.
    tswast authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    b7c9d6f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. build(python): update docfx job to use new plugin (#104)

    Source-Author: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    Source-Date: Tue Mar 30 19:36:37 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 4501974ad08b5d693311457e2ea4ce845676e329
    Source-Link: googleapis/synthtool@4501974
    yoshi-automation authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    93ec6ab View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. refactor: consolidate BigQuery client creation and set user-agent (#100)

    * refactor: consolidate BigQuery client creation and set user-agent
    
    * add tests for default project logic
    
    * use google-auth >=1.2.0 for AnonymousCredentials support
    
    * bump minimum google-cloud-bigquery version
    tswast authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    cc4e23d View commit details
    Browse the repository at this point in the history
  2. fix: avoid 404 if dataset is deleted while listing tables or views (#106

    )
    
    * fix: avoid 404 if dataset is deleted while listing tables or views
    
    * add unit tests
    
    * remove unnecessary bigquery import
    tswast authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    db379d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db64424 View commit details
    Browse the repository at this point in the history
Loading