Releases: hackolade/BigQuery
v0.2.27
v0.2.26
enabled dbt model- and column-level properties, custom properties, and automatic schema-level properties
v0.2.25
updated lodash library
v0.2.24
enhanced forward-engineering of delta model when converting a single PK/UK constraint to a composite PK/UK constraint
v0.2.23
Update libraries and sdks
v0.2.22
added configurable SQL script hooks for injecting snippets before or after CREATE SCHEMA, TABLE, and VIEW statements
v0.2.21
added support for table description changes and partition filter in ALTER script of delta models; enabled flexibility in script generation for controlling constraints in CREATE scripts (3 choices: "In CREATE statement", "In separate statement" or "Ignore"), controllable from Tools > Options > Forward-Engineering parameters, plus from forward-engineering lower tab and via Tools > Forward-Engineer menu, plus plus updated libraries and dependencies
v0.2.20
added support for table and columns rename, column default, primary key and foreign key relationship constraints, add/delete of schema/table/column/view in ALTER script of delta models, updated qs and lodash library
v0.2.19
added support for choice of file granularity when generating DDLs: per model, per schema, or per table; added support for defining Unique and Alternate Keys (Natural Keys) as modeling metadata documentation
v0.2.18
introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets