Skip to content

Release BigQuery 0.27.0

Choose a tag to compare

@quartzmo quartzmo released this 28 Jun 22:10
· 24773 commits to main since this release
  • Add maximum_billing_tier and maximum_bytes_billed to QueryJob, Project#query_job and Dataset#query_job.
  • Add Dataset#load to support creating, configuring and loading a table in one API call. (Much thanks to @AlfonsoUceda for suggesting this addition.)
  • Add Project#schema.
  • Upgrade dependency on Google API Client.
  • Update gem spec homepage links.
  • Update examples of field access to use symbols instead of strings in the documentation.