Skip to content

Releases: flexanalytics/dbt_observability

2.7.2 full source table name no_anomaly

28 Aug 00:14
789bd89
Compare
Choose a tag to compare

This release updates the no_anomaly test to use a fully-qualified table name for sources.

2.7.1 Lowerbound Anomaly Tests

15 Aug 18:21
5cc34eb
Compare
Choose a tag to compare

This release updates the logic of the no_anomaly test to only error when source row count difference vs average is below your project's configured threshold (defaulted at -5%)

2.7.0 Test for Anomolies

07 Aug 19:18
Compare
Choose a tag to compare

Projects can use the no_anomoly test on source tables in their sources.yml. The test will check if the difference between the current source table rowcount and the average of all previous observed rowcounts is significant enough to raise an error/warning. Set the dbt_observability:rowcount_diff_threshold_pct variable (see above) to override the default threshold of .05 (i.e. a 5% difference in rowcount).

2.6.0 Remove Marts

23 Jul 22:25
b839251
Compare
Choose a tag to compare

This release removes the mart views from this package. We instead recommend using the new dbt_observablity_marts package to generate kimball-style tables on top of the base tables that dbt_observability generates

2.5.2 Source ID Column

17 Jul 21:36
c078ea7
Compare
Choose a tag to compare
Merge pull request #24 from flexanalytics/source-column-name-update

update logic to properly generate source unique_ids

2.5.1 Add source rowcounts to mart models

03 Jul 22:48
f98d2fe
Compare
Choose a tag to compare

Add source rowcounts to relevant mart models

2.5.0 Source Rowcount Logging and `Schema Changes` relationship

03 Jul 16:09
ec47136
Compare
Choose a tag to compare

This release adds support for tracking source row counts (off for default) via the dbt_observability:track_source_rowcounts variable. This also updates the schema_changes view so that it can now be joined to the package's dimensional models

Update column key logic

01 Jul 17:53
cdc7783
Compare
Choose a tag to compare
Merge pull request #18 from flexanalytics/surrogate-key-update

update column surrogate key logic

Update surrogate key logic

01 Jul 17:31
f4d712f
Compare
Choose a tag to compare
Merge pull request #17 from flexanalytics/surrogate-key-update

update surrogate key logic

2.4.0 Remove namespacing

29 Jun 15:26
9d16dd0
Compare
Choose a tag to compare
Merge pull request #16 from flexanalytics/remove-namespace

Remove namespace