Features
- Load DataFrame with
to_gbq
to a table in a project different from
the API client project. Specify the target table ID as
project.dataset.table
to use this feature. (#321, #347) - Allow billing project to be separate from destination table project
into_gbq
. (#321)
Bug fixes
- Avoid 403 error from
to_gbq
when table haspolicyTags
. (#354) - Avoid
client.dataset
deprecation warnings. (#312)