Skip to content

Releases: Datavault-UK/automate-dv-demo

Version 5.4

25 Jul 09:57
Compare
Choose a tag to compare
  • 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

19 Jul 13:42
Compare
Choose a tag to compare
  • Updated dbt to v1.1.1
  • Updated dbtvault to v0.8.3

Version 5.2

25 Oct 10:15
Compare
Choose a tag to compare
  • Updated dbt to v0.21.0
  • Updated dbtvault to v0.7.8

Version 5.1

03 Feb 14:36
Compare
Choose a tag to compare
  • Updated dbt to v0.19.0
  • Updated dbtvault to v0.7.3
  • Added Pipfile to give users the option to use Pipenv instead of vanilla pip

Version 5.0

27 Jan 18:11
Compare
Choose a tag to compare
  • Updated to dbt v0.18.1
  • Updated to dbt v0.7.2
  • Fixed hub_lineitem
  • Updated dbt_project.yml to config-version: 2
  • Move metadata out of dbt_project.yml
  • Added a tpch_size global variable for easy dataset size scaling.

Version 4.1

30 Aug 11:05
Compare
Choose a tag to compare
  • Fixed dates in staging

Version 4.0

24 Jul 11:49
c47b1da
Compare
Choose a tag to compare
  • Updated to dbtvault 0.6.1
  • Updated to dbt 0.17.x
  • Cleaned up directory structure
  • Cleaned/fixed source configuration

Version 3.0

24 Feb 15:46
Compare
Choose a tag to compare

Models and dbt_project.yml updated to dbtvault version 0.5 format.

Version 2.2

08 Jan 12:51
Compare
Choose a tag to compare
  • Added dbt version requirement
  • Updated supporting libraries in requirements
  • Updated dbt to 0.15

Version 2.1

29 Nov 10:25
Compare
Choose a tag to compare

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.