Releases: elementary-data/dbt-data-reliability
Releases · elementary-data/dbt-data-reliability
dbt v0.13.2
What's Changed
- Created 'depends_on_columns'. by @elongl in #630
- Change the severity if length of INSERT exceeds
query_max_size
by @yu-iskw in #588 - Ele 2204 bug timestamp column as sql expression doesnt work by @Maayan-s in #637
- fix: add fail_on_zero and ignore_small_changes params for anomaly tests by @AvivZikelDY in #643
- add ignore_small_changes param to column anomalies by @ellakz in #644
New Contributors
- @yu-iskw made their first contribution in #588
- @AvivZikelDY made their first contribution in #643
Full Changelog: 0.13.1...0.13.2
0.13.1
What's Changed
- Ele 2032 add opposite percent metrics by @ellakz in #625
- ELE-2112: Ignore small changes - always False when direction == Both by @dapollak in #626
- ELE-2132: Freshness first metric is null by @dapollak in #627
- Bugfix: Removing invalid information schema exists check on Snowflake. by @elongl in #633
- Use stored procedure arguments and ignore the Snowflake database in snowflake__get_profile_creation_query macro by @pei0804 in #632
- Ensure that exposure validity test verifies multiple exposure scenario by @erikzaadi in #629
- Support dbt retry by @haritamar in #634
- release/0.13.1 by @github-actions in #635
Full Changelog: 0.13.0...0.13.1
0.13.0
0.12.2
What's Changed
- Ele 1942 package tests separate schema per process by @haritamar in #599
- Ele 1946 dbt columns flags by @ellakz in #600
- ele-1956 change description by @NoyaArie in #601
- added metadata access in snowflake by @ofek1weiss in #603
- Ele 1959 add query access history permissions to snowflake create by @haritamar in #604
- get_profile_creation_query: add query history permissions to redshift by @haritamar in #605
- Added check that columns information schema exists by @ofek1weiss in #606
- added materialization to redshift table by @ofek1weiss in #608
- ELE-36: Athena integration by @artem-garmash in #597
- get_test_buckets_min_and_max fixes by @haritamar in #609
- ELE-1790: Periods params renaming by @dapollak in #556
- Ele 1979 add athena to package tests in ci by @haritamar in #611
- Collect databricks http_path (added new column) by @Maayan-s in #607
- ELE-2037: Add old columns to
alert_dbt_source_freshness
for backward compatability by @dapollak in #614 - test_volume_anomalies_with_time_buckets bugfix by @haritamar in #617
- get_profile_creation_query: improve snowflake permissions script by @haritamar in #621
- Changes for performance optimization by @Maayan-s in #618
- test-warehouse: pin databricks connector version by @haritamar in #620
- release/0.12.2 by @github-actions in #623
New Contributors
- @artem-garmash made their first contribution in #597
Full Changelog: 0.12.1...0.12.2
dbt v0.12.1
What's Changed
- fix bug with missing rows in dbt models by @ellakz in #596
- release/0.12.1 by @github-actions in #598
Full Changelog: 0.12.0...0.12.1
dbt v0.12.0
What's Changed
- Changed the columns models. by @elongl in #587
- Ele-1907 rename dbt_account_id env var by @NoyaArie in #594
- anomalies: add support for anomaly_exclude_filter by @haritamar in #582
- ELE-1906 - Fix schema changes upgrade false positive by @IDoneShaveIt in #592
- Ele 1799 artifacts and results upload fails if alias is used for by @Maayan-s in #546
- release/0.12.0 by @github-actions in #595
Full Changelog: 0.11.2...0.12.0
dbt v0.11.2
What's Changed
- ele-1862 add patch path to dbt models by @NoyaArie in #576
- Improve dbt project tests capabilities. by @elongl in #579
- Added 'as_dicts' to 'run_query'. by @elongl in #584
- Ele 1870 correct max column size by @elongl in #580
- Using 'render_run_query'. by @elongl in #585
- Ele 1882 fix metric range values for seasonality by @haritamar in #581
- Bugfix seeds don't have compiled codes. by @elongl in #589
- Remove
elementary_exposures
andenriched_exposures
(toedr
CLI) by @erikzaadi in #583 - Excluded tests from any other command that is not test or build by @oravi in #590
- test_event_freshness: bugfix - use model_relation instaed of model by @haritamar in #591
- release/0.11.2 by @github-actions in #593
Full Changelog: 0.11.1...0.11.2
0.11.1
What's Changed
- get_config_var: reduce max query size in BQ by @haritamar in #572
- test materialization: bugfix - we should still run the original mater… by @haritamar in #575
- release/0.11.1 by @github-actions in #577
Full Changelog: 0.11.0...0.11.1
dbt v0.11.0
What's Changed
- fixed issue in missing count caclulation by @ofek1weiss in #525
- Ele 1694 bugfixes + tests for metric backfill logic by @haritamar in #522
- added conditional statement to quote temp_table_name if adapter quoting config is set to False by @trevdoz in #524
- Ele 1668 improve accuracy by combining z score with another mechanism by @dapollak in #531
- Added 'partition_by_field' to 'dbt_models'. by @elongl in #539
- fix: spark hour bucket ceil to floor by @dapollak in #548
- ELE-1737: Anomaly tests - Fail on zero by @dapollak in #536
- Performance optimization by @ofek1weiss in #549
- Ele 1803 add test description for dbt sources by @NoyaArie in #557
- Add generic test for exposure schema validation by @erikzaadi in #530
- Add elementary_exposures table by @erikzaadi in #553
- Added macro to enforce dbt project configurations (like owners, tags,… by @oravi in #542
- ELE-994: add detection delay to anomalies detection period by @dapollak in #565
- Add support for detection delay by @francoisforster in #519
New Contributors
- @trevdoz made their first contribution in #524
- @dapollak made their first contribution in #531
- @erikzaadi made their first contribution in #530
- @francoisforster made their first contribution in #519
Full Changelog: 0.10.3...0.11.0
dbt v0.10.3
What's Changed
- Added test descriptions to Elementary's tests. by @elongl in #514
- Adapter response tests by @elongl in #516
- Add
adapter_response
in dbt_run_results by @Arun-kc in #495 - Added a test for wildcard in table name reference. by @elongl in #517
- release/0.10.3 by @github-actions in #518
New Contributors
Full Changelog: 0.10.2...0.10.3