BigQuery: Allow subset of schema to be passed into load_table_from_dataframe.#9064
Merged
tswast merged 9 commits intogoogleapis:masterfrom Aug 22, 2019
Merged
Conversation
09bb705 to
dba55a4
Compare
The types of any remaining columns will be auto-detected.
dba55a4 to
105ebc9
Compare
Contributor
Author
|
Blocked by #9074 Test failures are because the schema in the snippets samples cannot be autodetected and we send a schema of |
plamut
reviewed
Aug 22, 2019
Contributor
Author
|
On second thought, since the snippets show writing the indexes of a DataFrame, I can't actually update them until #5572 (comment) is fixed. I'll work on that issue next. |
plamut
approved these changes
Aug 22, 2019
HemangChothani
pushed a commit
to HemangChothani/google-cloud-python
that referenced
this pull request
Aug 29, 2019
…googleapis#9064) * Allow subset of schema to be passed into `load_table_from_dataframe`. The types of any remaining columns will be auto-detected. * Warn when it's not possible to determine a column type.
emar-kar
pushed a commit
to MaxxleLLC/google-cloud-python
that referenced
this pull request
Sep 18, 2019
…googleapis#9064) * Allow subset of schema to be passed into `load_table_from_dataframe`. The types of any remaining columns will be auto-detected. * Warn when it's not possible to determine a column type.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8140
load_table_from_dataframe.Update snippets to show overriding schema for columns whose types can't be autodetected.Blocked by BigQuery: Load to table from dataframe without index #5572 (comment).This PR is branched from #9049.