File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
packages/pandas-gbq/docs/source Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,23 @@ Changelog
33
44.. _changelog-0.15.0 :
55
6- 0.15.0 / TBD
7- ------------
6+ 0.15.0 / 2021-03-30
7+ -------------------
88
99Features
1010~~~~~~~~
1111
1212- Load DataFrame with ``to_gbq `` to a table in a project different from the API
1313 client project. Specify the target table ID as ``project.dataset.table `` to
1414 use this feature. (:issue: `321 `, :issue: `347 `)
15+ - Allow billing project to be separate from destination table project in
16+ ``to_gbq ``. (:issue: `321 `)
1517
1618Bug fixes
1719~~~~~~~~~
1820
1921- Avoid 403 error from ``to_gbq `` when table has ``policyTags ``. (:issue: `354 `)
22+ - Avoid ``client.dataset `` deprecation warnings. (:issue: `312 `)
2023
2124Dependencies
2225~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments