You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add table_schema parameter for user-defined BigQuery schema (#46)
* ENH: Add table_schema parameter for user-defined BigQuery schema (#46)
* remove unsupported gbq exception and replace with a generic one
* fix versionadded for to_gbq table_schema parameter
* fix test id numbering
* fix tests by using pytest raise asserts
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Changelog
6
6
------------------
7
7
8
8
- Fix an issue where Unicode couldn't be uploaded in Python 2 (:issue:`93`)
9
+
- Add support for a passed schema in :func:``to_gbq`` instead inferring the schema from the passed ``DataFrame`` with ``DataFrame.dtypes`` (:issue:`46`)
0 commit comments