Skip to content

Releases: hafenkran/duckdb-bigquery

v0.2.0

06 Feb 18:57
v0.2.0
94aad30
Compare
Choose a tag to compare

What's Changed

  • Upgraded google-cloud-cpp for the BigQuery Control GA Release by @hafenkran in #57
  • Fixed pagination issue when loading thousands of tables by @hafenkran in #62
  • Fixed loading of several datasets while only a single one is set by @hafenkran in #63
  • Fixed SSL CA cert issues by @hafenkran in #65
  • Added configurable timeout to bigquery_query; some bug fixes by @hafenkran in #68
  • Adjustments for DuckDB v1.2.0 by @hafenkran in #66
  • Bump submodules to v1.2.0 by @hafenkran in #67

Full Changelog: v0.1.2...v0.2.0

v0.1.2

02 Jan 22:12
v0.1.2
f19e01b
Compare
Choose a tag to compare

What's Changed

  • Enhancing BigQuery NUMERIC and BIGNUMERIC Support by @hafenkran in #55
  • Aggregate infoschema queries by @hafenkran in #56
  • Some minor bug fixes and improvements

Full Changelog: v0.1.1...v0.1.2

v0.1.1

31 Dec 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Nov 17:15
e5cd4a9
Compare
Choose a tag to compare

What's Changed

  • Changed the way the catalog is fetched from BigQuery. This should significantly decrease the latency for datasets with many tables.
  • Added bigquery_query function
  • Added bigquery_jobs function