Skip to content

bigrquery 1.3.2

Compare
Choose a tag to compare
@hadley hadley released this 05 Oct 14:43
  • BigQuery BYTES and GEOGRAPHY 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 accepting startIndex
    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).