Skip to content

Releases: elementary-data/dbt-data-reliability

0.9.0

20 Jul 08:45
54fbeab

Choose a tag to compare

What's Changed

  • release/0.9.0 by @github-actions in #430

Full Changelog: 0.8.4...0.9.0

0.8.4

18 Jul 12:19
dd1c30c

Choose a tag to compare

What's Changed

  • Ele 1246 calculate failures count by @ofek1weiss in #402
  • Ele 1192 handling new dimension values by @Maayan-s in #405
  • Fixed issue in BigQuery dbt_columns where access is denied for some s… by @ofek1weiss in #412
  • Added option to let users configure quality dimension for their tests by @ofek1weiss in #420
  • POC: dbt package tests. by @elongl in #415
  • elementary tests: add support for dbt "where" parameter to the tests by @haritamar in #423
  • Ele 1331 add various test cases of different types to the new dbt by @elongl in #426
  • [ELE-1195] Adding additional hourly seasonality option and adding seasonality as an option to freshness tests by @mossyyy in #401
  • release/0.8.4 by @github-actions in #428

New Contributors

Full Changelog: 0.8.3...0.8.4

0.8.3

05 Jul 13:54
b8ce82c

Choose a tag to compare

What's Changed

  • Revert "Removed 'label' from 'dbt_exposures'." by @elongl in #388
  • Fixed accessing properties that don't exist. by @elongl in #389
  • Deleted a dimension anomalies test. by @elongl in #387
  • Added asserts macros. by @elongl in #391
  • Fix directional anomalies tests by @noaKurman in #390
  • ele-1181 bug in table anomalies tests by @Maayan-s in #392
  • Ele 1203 release dbt package hotfix by @elongl in #394
  • add dummy materialization macro by @ellakz in #397
  • release/0.8.3 by @github-actions in #400

New Contributors

Full Changelog: 0.8.2...0.8.3

dbt 0.8.2

29 Jun 08:30

Choose a tag to compare

What's Changed

  • ele-1181 bug in table anomalies tests by @Maayan-s in #392
  • Fixed accessing properties that don't exist. by @elongl in #389

Full Changelog: 0.8.1...0.8.2

dbt 0.8.1

21 Jun 08:12
057b343

Choose a tag to compare

What's Changed

  • Added insertion time to a table. by @elongl in #349
  • add pg_catalog to redshift macros so they work with late binding views by @kochalex in #371
  • Ele 966 add exposure data by @NoyaArie in #379
  • Added a log to recommend dbt core upgrade. by @elongl in #381
  • default for macro complete_buckets_cte by @Maayan-s in #380
  • fallback for load relation by @Maayan-s in #377
  • Ele 983 generate job url and job run url by @NoyaArie in #367
  • Made databricks avoid running info schema models even if user enabled: true by @Maayan-s in #375

New Contributors

Full Changelog: 0.8.0...0.8.1

dbt 0.8.0

31 May 19:34
5c28a78

Choose a tag to compare

What's Changed

  • add materialization to run results table by @arilmav in #355
  • ELE-917 delete the temp tables on atomic upload by @IDoneShaveIt in #361
  • Pro 134 allowing test configuration on different levels (project/model/test) by @Maayan-s in #350
  • Ele 826 orchestration integration by @NoyaArie in #363
  • ELE-987 remove dbt package integration tests from our GH actions by @IDoneShaveIt in #364

New Contributors

Full Changelog: 0.7.8...0.8.0

dbt 0.7.8

17 May 12:07
37c076a

Choose a tag to compare

What's Changed

Full Changelog: 0.7.7...0.7.8

dbt 0.7.7

14 May 14:32
4f6e5b5

Choose a tag to compare

What's Changed

  • Added target to failure message when elementary tables are not found by @Maayan-s in #341
  • [ELE-735] Add an exception when anomaly detection test is configured on ephemeral model by @Maayan-s in #338
  • Bug fix in dimension_anomalies with no timestamp (community) by @Maayan-s in #344
  • Ele 658 create view dbt columns by @NoyaArie in #343
  • ELE-810 support dbt run results compiled sql with % on redshift by @IDoneShaveIt in #345
  • delete_and_insert macro deletes NULLs. by @elongl in #347
  • Not rely on adapter's make_temp_relation's implementation. by @elongl in #348
  • Ele 700 add default values to time bucket by @Maayan-s in #346
  • Created 'edr_make_session_temp_relation'. by @elongl in #353

New Contributors

Full Changelog: 0.7.6...0.7.7

dbt 0.7.6

27 Apr 11:39
8463666

Choose a tag to compare

What's Changed

  • fix dbt sources owner format by @IDoneShaveIt in #215
  • Using a different method to define deprecated columns. by @elongl in #330
  • Changed the order of insertion between 'elementary_test_results' and 'test_result_rows'. by @elongl in #333
  • [ELE-704] Column anomalies query with no timestamp ignores where_expression by @Maayan-s in #334
  • Add cached empty test results row instead of running the query a… by @RoiTabach in #331
  • Removed unused macro that made Spark fail by @Maayan-s in #336
  • Fixing anomaly tests on regular tables (non incremental) return all anomalies regardless of backfill days by @Maayan-s in #335

Full Changelog: 0.7.5...0.7.6

dbt 0.7.5

11 Apr 11:39
c83665d

Choose a tag to compare

What's Changed

  • Fixed unsupported time buckets in BQ (week, month) by @Maayan-s in #295
  • dump_table returns an empty list if table is missing. by @elongl in #303
  • Macro 'dump_table' supports excluding deprecatedly-marked columns. by @elongl in #304
  • Fix integration tests by @haritamar in #311
  • Added logs to learn about dbt package performance. by @elongl in #312
  • Sorting lists without meaningful order in artifacts. by @elongl in #316
  • Ele 347 add new mode of day of week to our by @RoiTabach in #310
  • Raise an exception if user configures a timestamp column that doesn't exist by @Maayan-s in #305
  • Revert "Raise an exception if user configures a timestamp column that doesn't exist" by @elongl in #320
  • Add "direction" param to anomalies tests by @noaKurman in #315
  • Validate only test that should error return error by @Maayan-s in #318
  • Remove custom name from elementary tests by @Maayan-s in #307
  • Buckets fixes new by @Maayan-s in #322
  • Only uploading the diff in artifacts. by @elongl in #317
  • Changed an if condition for clarity. by @elongl in #326
  • Buckets unit test fix for BQ by @Maayan-s in #327
  • Added a feature flag for the artifacts uploading mechanism. by @elongl in #328

New Contributors

Full Changelog: 0.7.4...0.7.5