Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Select expressions no-longer force use of labels #129

Merged
merged 3 commits into from Apr 20, 2021

Commits on Apr 20, 2021

  1. Fixed a dependency problem that caysed test failures in Python 3.6.

    The source of the dependency bug is in old versions of google-cloud-core that
    depend on too-old versions of google-api-core.
    jimfulton committed Apr 20, 2021
    Copy the full SHA
    cde5bf8 View commit details
    Browse the repository at this point in the history
  2. Provide a bigquery mock based on sqlite

    So we don't have t mock at the api level.
    jimfulton committed Apr 20, 2021
    Copy the full SHA
    76cf078 View commit details
    Browse the repository at this point in the history
  3. Don't force labels in select.

    jimfulton committed Apr 20, 2021
    Copy the full SHA
    ee46a1e View commit details
    Browse the repository at this point in the history