bigrquery 1.3.2
-
BigQuery
BYTES
andGEOGRAPHY
column types are now supported via
the blob and
wk packages, respectively
(@paleolimbot, #354, #388). -
When used with dbplyr >= 2.0.0, ambiguous variables in joins will get
suffixes_x
and_y
(instead of.x
and.y
which don't work with
BigQuery) (#403). -
bq_table_download()
works once again with large row counts
(@gjuggler, #395). Google's API has stopped acceptingstartIndex
parameters with scientific formatting, which was happening for large
values (>1e5) by default. -
New
bq_perform_query_dry_run()
to retrieve the estimated cost of
performing a query (@Ka2wei, #316).