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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't mask auth errors in to_dataframe with BQ Storage API #7674

Merged
merged 3 commits into from
Apr 8, 2019

Commits on Apr 5, 2019

  1. Don't mask auth errors in to_dataframe with BQ Storage API

    Don't hide errors such as insufficient permissions to create
    a read session, or the API is not enabled. Both of those are
    clearly problems if the developer has explicitly asked for
    BigQuery Storage API support.
    tswast committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    7fd7b36 View commit details
    Browse the repository at this point in the history
  2. Blacken

    tswast committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    b2d9f62 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Remove unused import.

    tswast committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    e1a1cdd View commit details
    Browse the repository at this point in the history