Skip to content

Releases: hackolade/BigQuery

v0.2.28

22 May 16:06

Choose a tag to compare

updated brace-expansion and ws libraries

v0.2.27

01 May 02:19
f87327a

Choose a tag to compare

added config.incremental_strategy property to specify how new data is loaded into incremental models

v0.2.26

24 Apr 17:03
ca84023

Choose a tag to compare

enabled dbt model- and column-level properties, custom properties, and automatic schema-level properties

v0.2.25

03 Apr 12:52

Choose a tag to compare

updated lodash library

v0.2.24

13 Mar 18:07
e9f6df5

Choose a tag to compare

enhanced forward-engineering of delta model when converting a single PK/UK constraint to a composite PK/UK constraint

v0.2.23

03 Mar 09:46

Choose a tag to compare

Update libraries and sdks

v0.2.22

27 Feb 18:49
2e164e1

Choose a tag to compare

added configurable SQL script hooks for injecting snippets before or after CREATE SCHEMA, TABLE, and VIEW statements

v0.2.21

12 Feb 12:06
70e8802

Choose a tag to compare

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

06 Feb 17:57
8eeb063

Choose a tag to compare

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

22 Jan 17:35
fb123f4

Choose a tag to compare

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