Skip to content

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Feb 10, 2020

Closes #17.

This PR adds a limitation note about uploading REPEATED (i.e. array) fields with the load_table_from_dataframe() method.

It appears that REPEATED fields in parquet files (used for uploading the data) are encoded in a way that is not always compatible with the table schema definition on the backend.

PR checklist

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@plamut plamut added the type: docs Improvement to the documentation for an API. label Feb 10, 2020
@plamut plamut requested a review from tswast February 10, 2020 17:13
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2020
@plamut plamut merged commit 3d77a75 into googleapis:master Feb 10, 2020
@plamut plamut deleted the iss-17 branch February 10, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. type: docs Improvement to the documentation for an API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigQuery: Field 'bar' is specified as REPEATED in provided schema which does not match REQUIRED as specified in the file.
3 participants