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

BigQuery: Autofetch table schema on load if not provided #9108

Merged
merged 7 commits into from
Sep 4, 2019

Commits on Aug 27, 2019

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

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    0b9188d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad6c56 View commit details
    Browse the repository at this point in the history
  3. Skip dataframe columns list check

    A similar check is already performed on the server, and server-side
    errors are preferred to client errors.
    plamut committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2ea14ee View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Raise table NotFound in auto Pandas schema tests

    A mock should raise this error instead of returning a table to
    trigger schema generation from Pandas dtypes.
    plamut committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2e1d137 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    4e43428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6e0f5 View commit details
    Browse the repository at this point in the history