Skip to content

bigquery bigquery/v1.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 23:27
806fcce

⚠ BREAKING CHANGES

  • bigquery/storage/managedwriter: changes function signatures to add variadic call options

Features

  • bigquery/storage/managedwriter: extend managedstream to support call options (#5078) (fbc2717)
  • bigquery/storage/managedwriter: improve method parity in managedwriter (#5007) (a2af4de)
  • bigquery/storage/managedwriter: support variadic appends (#5102) (014b314)
  • bigquery: add BI Engine information to query statistics (#5081) (b78c89b)
  • bigquery: add support for AvroOptions in external data config (#4945) (8844e40)
  • bigquery: allow construction of jobs from other projects (#5048) (6d07eca)
  • bigquery: expose identifiers using a variety of formats (#5017) (c9cd984)

Bug Fixes

  • bigquery/migration: correct python namespace for migration API Committer: @shollyman (8c5c6cf)
  • bigquery/storage/managedwriter: correctly copy request (#5122) (cd43a5c)
  • bigquery: address one other callsite for the job construction feature (#5059) (98779eb)

Miscellaneous Chores