Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Releases: georgian-io-archive/dbtvault_bq

Fix sat incremental runs

21 Jan 13:42
6d99eb2
Compare
Choose a tag to compare
v0.7.8_bq_2

Fix bug where incremental sat runs were creating duplicates

Bug: missing comma when include_source_cols=false

11 Feb 16:48
Compare
Choose a tag to compare

BQ FIX: Added comma to fix missing comma when include_source_columns = false

v0.7.0 Multi-Day Loads

02 Dec 20:41
503ce33
Compare
Choose a tag to compare

New

• Period Load Materialisation: Iteratively load your vault structures over a configured period (read more)

Improved

• All table macros now make more use of CTEs to reduce nested SQL and to improve readability and debugging potential.
• All macros have had the license header removed. This was a little messy and unnecessary.

v0.6.2

24 Nov 06:06
efe2089
Compare
Choose a tag to compare

This version matches the dbtvault 0.6.2 code of dbtvault, ported from snowflake

Fixed
dbt_project.yml

config-version: 1 caused an error in any dbt version prior to 0.17.x. We only put this config
in for users making use of variables in their dbt_project.yml file.

Note: If using vars in dbt_project.yml, you still need to specify config-version: 1 in your own project's dbt_project.yml.
Guidance will be released for alternatives to model-scoped dbt_project.yml vars in the next major release of dbtvault (0.7.x)