Skip to content

Releases: flexanalytics/dbt_observability

2.8.0 dbt Utils version

07 Feb 00:13
Compare
Choose a tag to compare

Set dbt_utils version to be anything below 2.0.0

Full Changelog: 2.7.11...2.8.0

2.7.11 Source Column Generation Fix

16 Oct 00:43
cf51f06
Compare
Choose a tag to compare

This PR tweaks the logic for source column generation to match the logic used in model column generation.

2.7.10 Column Upload Update

01 Oct 20:55
8a5ad7d
Compare
Choose a tag to compare

This release updates the column upload logic to ensure a model exists before uploading its columns

2.7.9 Batch Column Uploads

25 Sep 01:27
cd436b4
Compare
Choose a tag to compare

This release adds logic to batch column uploads

2.7.8 Check Model Exists

25 Sep 00:08
2b38403
Compare
Choose a tag to compare

This release adds logic to ensure a model exists prior to uploading to the models table

2.7.7 Check Source Exists

20 Sep 21:47
74f04ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.6...2.7.7

2.7.6 type_string dispatch

20 Sep 19:14
cddd9ce
Compare
Choose a tag to compare

This release simplifies the dispatch of type_string across adapters

2.7.5 all_executions and source_columns patches

19 Sep 22:16
13f6ff1
Compare
Choose a tag to compare

This release provides patches to the all_executions model and upload_source_columns macro to fix minor errors in ddl and dml syntax, respectively.

2.7.4 Incremental Rowcount and Path fix

29 Aug 14:02
Compare
Choose a tag to compare
  • Get rowcount for models with incremental materialization
  • Fix to all Windows path style (e.g. )

2.7.3 Include `incremental` materialization type

29 Aug 13:18
Compare
Choose a tag to compare