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

feat(bigquery): allow passing schema as a sequence of dicts #9550

Merged
merged 11 commits into from
Nov 3, 2019

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    80a34b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b05887d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b90a6 View commit details
    Browse the repository at this point in the history
  4. Import SchemaField directly in several tests

    SchemaField should not be imported from bigquery.table, but directly
    from where it's defined, so that any changes to the imports in
    bigquery.table do not cause unnecessary test failures.
    plamut committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    37db6c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    323573e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65301f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    004c35a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7657e3d View commit details
    Browse the repository at this point in the history
  3. Blacken a few files

    plamut committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    c45ec71 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    3d2ce6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7007272 View commit details
    Browse the repository at this point in the history