elementary
elementary copied to clipboard
The dbt-native data observability solution for data & analytics engineers. Monitor your data pipelines in minutes. Available as self-hosted or cloud service with premium features.
null
**Describe the bug** Setting `disable_dbt_columns_autoupload` to any value doesn't seem to disable uploading of column artifacts, contrary to what's described [here](https://docs.elementary-data.com/dbt/on-run-end_hooks#disable-metadata-models-updates). In the code I can't find any reference to...
**Describe the bug** The `elementary.schema_changes_from_baseline` test applied to a Databricks source table does not detect undeclared columns and always returns a dummy `select * from nothing` query. **To Reproduce** Declare...
**Describe the bug** Running `edr monitor` concurrently in production, since it is an incremental model, it does a create or replace table statement on alerts_v2__dbt_tmp. But when multiple jobs are...
**Describe the bug** Transaction is aborted due to concurrent update against table atd-cdp-prod:elementary.dbt_models. Transaction ID: 68381985-0000-235c-aa1e-089e0822be6c **To Reproduce** Run the parallel jobs with Elementary enabled **Expected behavior** We should not...
Path: /features/anomaly-detection/metrics Please include examples to define anomaly detectors on the defined metrics
**Is your feature request related to a problem? Please describe.** anomaly tests require a set `sensitivity`. but a given sensitivity of e.g. 3 will 'look' like a real anomaly when...
βCurrent prebuilt frontend uses deprecated @mui/lab β causing import warnings/errors on reports β no /frontend/ directory available β need frontend rebuild w/ @mui/x-tree-view. Can you publish updated release?β
**Is your feature request related to a problem? Please describe.** Currently, the `send-report` command always sends a Slack notification even when all tests have passed, which creates noiseβreminders pile up...
**Describe the bug** The column anomaly test does not appear to respect the column quote config. Out of the box dbt tests do. **To Reproduce** With a project setup like...