Skip to content

Releases: re-data/dbt-re-data

0.4.0

04 Nov 08:27
353e728
Compare
Choose a tag to compare
  • data preparation - normalizing/filtering/cleaning/validation macros
  • global metrics - enabling you to get metrics from the tables that aren’t time-based
  • simplified config - we will be switching configuration to code only, and this will enable removing some of the currently a bit confusing config parts
  • infra improvements - making it easier to contribute (GitHub actions testing your PR, Github action generating documentation, versioned documentation!)

0.3.1

14 Oct 08:02
f310d50
Compare
Choose a tag to compare

Changes:

  • Lot of new metrics
  • Column level setup for monitoring
  • Pass context to metrics
  • Uppercase schemas passed for snowflake config
  • Update to a new dbt version
  • Docs update

0.3.0

20 Sep 19:14
Compare
Choose a tag to compare

Features:

  • write your macros and use them as metrics
  • configure active tables & time columns easily in code
  • change what metrics re_data computes

Changes & Bugfixes:

  • fixing problems with freshness queries
  • redshift - rewrite of how re_data tables discovery is made
  • setup default time window to yesterday

Backward incompatibility:

  • rename of count_nulls, count_missing to nulls_count, missing_count to keep is consistent with row_count metric

0.2.1

19 Aug 09:47
8b59dbb
Compare
Choose a tag to compare

Changes:

  • Rewrite to how re_data do base metrics queries which:
    • makes it works for a much larger number of tables
    • makes re_data queries a lot faster (assuming you use threads to execute dbt)
  • Enable support for multiple DBs (you can pass db_name.schema_name to re_data:schemas)
  • Solve the problem with dbt compile failing (introducing in_compile macro)

0.2.0

29 Jul 07:40
a1ce19f
Compare
Choose a tag to compare

Changes:

  • Schema changes detection
  • New distribution metrics (stddev, variance)
  • Support for dbt 0.20
  • Add time-interval variable for metrics
  • Add id to all re_data tables
  • Add more tests (test z_score values)
  • Fix bug with stddev col having values from avg col

0.1.6

23 Jul 08:57
4fc0713
Compare
Choose a tag to compare

Changes:

  • Fix problem with integer cast
  • Add look-back_days parameter to replace anomaly_detection
    window_start parameter

0.1.5

19 Jul 15:06
5b5f0d2
Compare
Choose a tag to compare

Changes to schema generated for models

0.1.4

03 Jul 12:35
355b425
Compare
Choose a tag to compare
  • Fix problems with duplicated alerts
  • Rename meta table names

0.1.3

16 Jun 06:47
Compare
Choose a tag to compare

What changed

  • Better docs
  • Add much more tests for computed models

0.1.2

10 Jun 09:45
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Changes:

  • compute anomalies also for freshness
  • better docs
  • typo change for variable name
  • added more tests