Releases: georgian-io-archive/dbtvault_bq
Fix sat incremental runs
v0.7.8_bq_2 Fix bug where incremental sat runs were creating duplicates
Bug: missing comma when include_source_cols=false
BQ FIX: Added comma to fix missing comma when include_source_columns = false
v0.7.0 Multi-Day Loads
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
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)