Releases: hackolade/BigQuery
v0.2.20
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
v0.2.17
added possibility for views to be based on another view (not just on a table)
v0.2.16
add authentication through Application Default Credentials
v0.2.15
added possibility to forward- and reverse-engineer with instance from the browser deployment (given the proper license key)
v0.2.14
added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where varchar or varbinary has MAX length
v0.2.13
replaced node-fetch library with hackolade-fetch in order to accommodate self-signed certificates in proxies
v0.2.12
dbt: forward-engineer only root attribute for complex data type
v0.2.11
enabled forward-engineering of models properties schema.yml files