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
When appending to a table, load if the dataframe contains a subset of the existing schema (googleapis#24)
* Improvements discused in PR conversation
Accidentally left a duplicate test in
Correcting change to schema made by auto-rebase
Fixing missing assertTrue and reversion to not checking subset on append (both from rebase)
Replacing AssertEqual
Shortening line to pass flake
* Making updates per jreback's requested changes
* Fixing trailing whitespace
* Adding detail to changelog
* Use wait_for_job rather than sleep
* Revert "Use wait_for_job rather than sleep"
This reverts commit 8726a01.
* Minor tweaks before merging
* Update the to_gbq doc-string as suggested by @jreback
* Make travis happy
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Changelog
6
6
7
7
- Resolve issue where the optional ``--noauth_local_webserver`` command line argument would not be propagated during the authentication process. (:issue:`35`)
8
8
- Drop support for Python 3.4 (:issue:`40`)
9
+
- The dataframe passed to ```.to_gbq(...., if_exists='append')``` needs to contain only a subset of the fields in the BigQuery schema. (:issue:`24`)
0 commit comments