Skip to content

Releases: flexanalytics/dbt_observability_marts

3.0.2 Fix dim_model.is_tested logic

01 Oct 22:55
e930b2e

Choose a tag to compare

What's Changed

  • Fix dim_model.is_tested logic by @ataft in #37

Full Changelog: 3.0.1...3.0.2

3.0.1 Invocation Runtime

19 Jun 23:53
9779c63

Choose a tag to compare

What's Changed

  • New total_invocation_runtime metrics by @ataft in #36

Full Changelog: 3.0.0...3.0.1

3.0.0 Description Column in Tests Dimension

17 Jun 23:04
efb3dde

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...3.0.0

2.0.1 Remove unused columns in dim_execution

17 Jun 03:42
43d9649

Choose a tag to compare

What's Changed

  • remove unused calculation columns in dim_execution by @MiConnell in #34

Full Changelog: 1.3.3...2.0.1

2.0.0 dbt_date upgrade

03 Jun 23:55
f392b35

Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...2.0.0

1.3.2 Meta Keys Docs Fix

03 Jun 03:40
1fe4dec

Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1 Datatype and Logic Improvements

01 May 04:33
a332744

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0 dbt Utils version

07 Feb 00:14

Choose a tag to compare

Set dbt_utils version to be anything below 2.0.0

Full Changelog: 1.2.1...1.3.0

1.2.1 Most Recent Run Partition

18 Oct 16:46
7dc3168

Choose a tag to compare

This release adds logic to partition by project when calculating most_recent_run

1.2.0 SQL And Configuration Updates

17 Oct 18:42

Choose a tag to compare

This release includes multiple changes to improve the SQL codebase and configuration settings. The most important changes include adding a new .sqlfluff configuration file, updating SQL models to include additional metadata and ranking information, and modifying YAML files to reflect new fields.

Configuration Updates:

  • Added a new .sqlfluff configuration file to enforce SQL style rules and conventions. (.sqlfluff)
  • Added a .sqlfluffignore file to ignore specific directories and files generated by dbt. (.sqlfluffignore)

SQL Model Enhancements:

  • Updated dim_execution.sql to include additional fields such as was_full_refresh, thread_id, and various ranking information. (models/marts/dim_execution.sql)
  • Updated dim_invocation.sql to add run_started_at and ranking information for invocations. (models/marts/dim_invocation.sql)

YAML Schema Updates:

  • Enhanced dim_execution.yml to include new fields and metadata for execution details. (models/marts/dim_execution.yml)
  • Enhanced dim_invocation.yml to include new fields and metadata for invocation details. (models/marts/dim_invocation.yml)

Minor SQL Changes:

  • Modified stg_source.sql to filter rows based on the existence of corresponding executions. (models/staging/stg_source.sql)