forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BigQuery: Raise helpful error when loading table from dataframe with …
…STRUCT columns (googleapis#9053) * Issue warning if no schema when loading from DF * Raise error if serializing DF with struct fields * Rewrite test assertion to make coverage happy * Make the unsupported type message more general * Remove warning on missing schema The warning will be added once the support for partial schemas and automatic schema detection is implemented.
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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