Skip to content

Releases: ScalefreeCOM/datavault4dbt

v1.3.2

16 May 11:09
df1ea5d
Compare
Choose a tag to compare
v1.3.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

16 Apr 07:49
19369f7
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release

What's Changed

  • add big query macro in ghost_record_per_datatype by @tkiehn in #162

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Mar 11:07
35354ab
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release

What's Changed

  • Added fix for ghost record's default values for date data type by @tta-scalefree in #157
  • Azure Synapse release ready by @DPolat-Scalefree in #159
  • Added Synapse Support to Readme by @tkirschke in #160

New Contributors

  • @DPolat-Scalefree made their first contribution in #159

Full Changelog: v1.2.2...v1.3.0

Hotfix v1.2.2

05 Feb 08:54
60f1ca5
Compare
Choose a tag to compare
Hotfix v1.2.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Jan 08:32
c270a4d
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Dec 14:40
63f9218
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.5...v1.2

Hotfix v1.1.5

14 Nov 11:35
43aa5c4
Compare
Choose a tag to compare
Hotfix v1.1.5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

13 Sep 13:00
98029a8
Compare
Choose a tag to compare
v1.1.4 Pre-release
Pre-release

ATTENTION! IMPORTANT DISCLAIMER FOR v1.1.4

There is a fix for the hashing algorithm in the Snowflake adapter that will generate different hash for columns with strings containing the small character 'v' . The reason behind this is that Snowflake doesnt interpret the \v as a special character alias for the vertical tab, so instead it interprets that you are escaping the letter v. The issue was first presented at #109

This fix means if you have a BK with value 'virtual', for example, in version 1.1.3 or earlier versions the hash algorithm was actually removing the small character 'v', so the value to be hashed was 'irtual' (which is wrong), the value to be hashed should be 'virtual', in PR #118 we fix the hash so that it will now hash the correct value.
Therefore, if this key comes into the stage it will be hashed and generate a different hash value than the one encountered previously loaded in your Raw Vault. This hashkey will then be inserted into you Raw Vault, even though it represents the same BK, because it was not inserted before.

We strongly recommend that the user manually modifies the hashes which include this small character in the Raw Vault, updating the value to the correct one generated by the hash algorithm in this presented version, so that your stage wont falsely detect "new" keys.
We deeply apologize for the inconvenience that this generates.

Kind regards,
Your Scalefree datavault4dbt team.

What's Changed

All adapters - new feature and fix:

  • Extended logarithmic logic of snapshot control tables by @bschlottfeldt in #116
  • Fixed sat_v0 : Same hashdiff being inserted again into satellite without in between deltas by @bschlottfeldt in #123

Snowflake adapter - fix and new feature:

New Contributors

Full Changelog: v1.1.3...v1.1.4

Hotfix v1.1.3

22 Aug 08:19
cee380e
Compare
Choose a tag to compare
Hotfix v1.1.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

Hotfix v1.1.2

24 Jul 08:53
871dd9b
Compare
Choose a tag to compare
Hotfix v1.1.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.1...v1.1.2