Skip to content

Releases: ScalefreeCOM/datavault4dbt

v1.9.0

10 Jan 15:34
27f64ae
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release

What's Changed

New Features

  • Implement new prejoin syntax to allow extraction of multiple columns from the same relation. More info in the docs.
  • Implement new method of parameter passing of the macros (you can now directly pass the yaml_metadata-object!) by @tkirschke. More info in the docs.

Bug Fixes

  • Redshift: Use QUALIFY statement instead of prep-CTEs to enhance performance by @tkiehn in #302
  • fix databricks ghost records for binary datatype by @tkiehn in #301
  • Various improvements of ghost records for Bigquery, Oracle, Fabric, Databricks

Full Changelog: v1.8.1...v1.9.0

v1.8.1 - Hotfixes Microsoft Fabric

21 Nov 08:01
8a73818
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8 - Effectivity Satellites

12 Nov 08:37
44a2c91
Compare
Choose a tag to compare
Pre-release

What's New

  • Effectivity Satellites v0 for all databases. Check them out here!

What's Changed

Full Changelog: v1.7.2...v1.8

v1.7.2

07 Nov 07:52
685cdb4
Compare
Choose a tag to compare
v1.7.2 Pre-release
Pre-release

What's Changed

  • 140 optionality for non-historized-link foreign hashkeys by @filcov in #274
  • Snowflake: improve handling of the various timestamp formats in ghost records by @tkiehn in #279
  • FIX:databricks/postgres/redshift: replace unsupported timestamp_sub- and dateadd-functions by @tkiehn in #280

New Contributors

Full Changelog: v1.7.1...v1.7.2

Hotfix v1.7.1

23 Oct 14:26
30ae0c7
Compare
Choose a tag to compare
Hotfix v1.7.1 Pre-release
Pre-release

What's Changed

  • Add the datatypes Array and Variant to Snowflake ghost records by @tkiehn in #278

Full Changelog: v1.7.0...v1.7.1

v1.7.0 - Oracle Support

23 Oct 07:37
d083d23
Compare
Choose a tag to compare
Pre-release

What's New

  • Full support for Oracle

What's Changed

Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0 - Databricks Support

21 Oct 12:00
48adcbf
Compare
Choose a tag to compare
Pre-release

What's new?

What's Changed

  • update fabric stage and rec_track_sat to use string_default_dtype() by @tkiehn in #270
  • Added code explanation for workflow files. by @DamianHinz in #271
  • Release databricks adapter by @tkiehn in #272

Full Changelog: v1.5.0...v1.6.0

v1.5.0

11 Oct 12:41
dbad909
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

What's Changed

  • run count instead of full scan for rec-trac-sats by @tkiehn in #267

What's New

Release fabric adapter by @tkiehn & @bvenedik-scalefree in #265

Contributions

Full Changelog: v1.4.2...v1.5.0

v1.4.2

27 Sep 08:38
49a7eb2
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

Bugfixes

  • fix redshift/postgres beginning_of_all_times unknown ghost record values by @tkiehn in #260
    Starting with v1.4.0 the unknown values of ghost records for timestamp datatypes on redshift and postgres were created using the beginning_of_all_times_date-variable instead of the beginning_of_all_times-variable.
    The resulting timestamp-values then have 00:00:00 as time instead of 00:00:01. This could lead to the unknown records not being properly filtered out in downstream macros which rely on the beginning_of_all_times-variable.

  • fix redshift stage compilation error when no hashed columns are provided by @tkiehn in #259

Other Changes

Full Changelog: v1.4.1...v1.4.2

v1.4.1

05 Sep 08:40
ca5d7ac
Compare
Choose a tag to compare
v1.4.1 Pre-release
Pre-release

Important Changes

The default values for numeric ghost have been changed.

Before they were 0 for the unknown values und -1 for error values. Now they are -1 for unknown values and -2 for error values.
If you want to change these values there are new global variables to adjust these values:
datavault4dbt.unknown_value__numeric and datavault4dbt.error_value__numeric.

All changes

  • Update stage.sql, add default ldts value by @tkiehn in #243
  • fix hub key renaming if there are different namings for bk and hkey by @tkiehn in #242
  • Escaping Data for Data Types BOOLEAN / SUPER / GEOMETRY in Hash-Function by @MatheHostel in #240
  • Add possibility to switch of ghost records in the staging macro by @tkiehn in #192
  • Cleanup by @tkiehn in #248
  • Add macros for global beginning and end of all times dates by @tkiehn in #249
  • only create ghost records when it is not an incremental run by @tkiehn in #250
  • Change ghost record numeric defaults and add ghost record numeric values variables by @tkiehn in #251

New Contributors

Full Changelog: v1.4.0...v1.4.1