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: Fix bug where load_table_from_dataframe could not append to REQUIRED fields. #8230

Commits on Jun 5, 2019

  1. Fix bug where load_table_from_dataframe could not append to REQUIRE…

    …D fields.
    
    If a BigQuery schema is supplied as part of the `job_config`, it can be
    used to set the `nullable` bit correctly on the serialized parquet file.
    tswast committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    d77e56a View commit details
    Browse the repository at this point in the history