Releases: Datavault-UK/automate-dv-demo
Releases · Datavault-UK/automate-dv-demo
Version 5.4
- Moved and updated referenced to 'dbtvault' to AutomateDV
- Updated dbt versions to latest 1.4.x (latest officially supported version of dbt for AutomateDV)
Version 5.3
- Updated dbt to v1.1.1
- Updated dbtvault to v0.8.3
Version 5.2
- Updated dbt to v0.21.0
- Updated dbtvault to v0.7.8
Version 5.1
- Updated dbt to v0.19.0
- Updated dbtvault to v0.7.3
- Added Pipfile to give users the option to use
Pipenv
instead of vanillapip
Version 5.0
- Updated to dbt v0.18.1
- Updated to dbt v0.7.2
- Fixed hub_lineitem
- Updated
dbt_project.yml
toconfig-version: 2
- Move metadata out of
dbt_project.yml
- Added a
tpch_size
global variable for easy dataset size scaling.
Version 4.1
- Fixed dates in staging
Version 4.0
- Updated to dbtvault 0.6.1
- Updated to dbt 0.17.x
- Cleaned up directory structure
- Cleaned/fixed source configuration
Version 3.0
Models and dbt_project.yml
updated to dbtvault version 0.5 format.
Version 2.2
- Added dbt version requirement
- Updated supporting libraries in requirements
- Updated dbt to 0.15
Version 2.1
Bug fixes:
-
Fixed an issue where hard-coded field lengths of 16 in manual mappings of binary columns were causing hashed staging columns using SHA not to fit into their target columns.
Related Issue: Datavault-UK/automate-dv#1 -
Updated dbt_project.yml to include the 'hash' var option. This can be MD5 or SHA.