Releases: flexanalytics/dbt_observability
Releases · flexanalytics/dbt_observability
2.8.0 dbt Utils version
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
This PR tweaks the logic for source column generation to match the logic used in model column generation.
2.7.10 Column Upload Update
This release updates the column upload logic to ensure a model exists before uploading its columns
2.7.9 Batch Column Uploads
This release adds logic to batch column uploads
2.7.8 Check Model Exists
This release adds logic to ensure a model exists prior to uploading to the models
table
2.7.7 Check Source Exists
2.7.6 type_string dispatch
This release simplifies the dispatch of type_string across adapters
2.7.5 all_executions and source_columns patches
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
- Get rowcount for models with incremental materialization
- Fix to all Windows path style (e.g. )
2.7.3 Include `incremental` materialization type
Full Changelog: 2.7.2...2.7.3