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: avoid errors from unknown fields in Models API. #8083

Merged
merged 1 commit into from
May 21, 2019

Commits on May 21, 2019

  1. Don't raise error when encountering unknown fields in Models API.

    As new fields are added, the JSON -> Protobuf conversion should not
    fail. Instead, it should ignore unknown fields. So that this data is not
    discarded, use _properties as is the convention in our REST libraries.
    It's private, but can be used as a workaround to get access to fields
    that haven't yet been added to the client library.
    tswast committed May 21, 2019
    Configuration menu
    Copy the full SHA
    d02a076 View commit details
    Browse the repository at this point in the history