dbt-re-data
dbt-re-data copied to clipboard
re_data - fix data issues before your users & CEO would discover them 😊
## What *Describe what the change is solving* Fixing [#344 [BUG] Slack notification prints test failures even though they had happened several days ago](https://github.com/re-data/re-data/issues/344) ## How Apply time frame limit...
We are managing issues under master repo of this project: https://github.com/re-data/re-data/issues
**Describe the bug** When a table is removed, re_data doesn't notice it and breaks on the next run. A table should be removed from re_data_tables (+information about removed table should...
dbt_utils is on version 0.9.2 however the pin to the version in re_data is: packages: - package: dbt-labs/dbt_utils version: [">=0.7.0", "
## What Where name conflicts with how dbt runs tests
**Describe the bug** There is an error when running the command `dbt run --models package:re_data` **Expected behavior** re_data models installed for Greenplum database. **To Reproduce** Steps to reproduce the behavior:...
## What Allows test warnings to be surfaced in the alerts model so that the alerts page in the re_data UI can list warnings as well as failures ## How...
## What Have flexibility at the column level to define anomalies. 3 new features: - define anomaly_detector on the column level, which overrides the model anomaly_detector - have absolute thresholds...
## What *Describe what the change is solving* Enhance some existed macros and models to support a more range of databases. For example TreasureData which does not native data type...