We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853f792 commit f11212fCopy full SHA for f11212f
docs/source/changelog.rst
@@ -3,20 +3,23 @@ Changelog
3
4
.. _changelog-0.15.0:
5
6
-0.15.0 / TBD
7
-------------
+0.15.0 / 2021-03-30
+-------------------
8
9
Features
10
~~~~~~~~
11
12
- Load DataFrame with ``to_gbq`` to a table in a project different from the API
13
client project. Specify the target table ID as ``project.dataset.table`` to
14
use this feature. (:issue:`321`, :issue:`347`)
15
+- Allow billing project to be separate from destination table project in
16
+ ``to_gbq``. (:issue:`321`)
17
18
Bug fixes
19
~~~~~~~~~
20
21
- Avoid 403 error from ``to_gbq`` when table has ``policyTags``. (:issue:`354`)
22
+- Avoid ``client.dataset`` deprecation warnings. (:issue:`312`)
23
24
Dependencies
25
~~~~~~~~~~~~
0 commit comments