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.
**Is your feature request related to a problem? Please describe.** In our production dbt environment, we run thousands of models daily with Elementary enabled. Currently, if Elementary encounters an error...
**Describe the bug** edr monitor fails for dbt-duckdb adapter returns Runtime Error in model alerts_v2 (models/alerts/alerts_v2.sql) Catalog Error: Scalar Function with name dateadd does not exist! Did you mean "date_add"?...
**Describe the bug** When creating `dbt_sources` (e.g. `dbt run --target prod -d --select elementary.edr.dbt_artifacts.dbt_sources`) wrong hierarchy order is applied when selecting source node meta. `alerts_config` defined in `dbt_project.yml` overrides the...
**Is your feature request related to a problem? Please describe.** I want to be able to use upstream and downstream model selection when using `edr monitor` For example, `edr monitor...
This is a first attempt for https://github.com/elementary-data/elementary/issues/1944. I tested it locally with a failed model and a failed test: I'm not quite sure if the tests that Claude Code created...
**Describe the bug** When specifying `--config-dir` or -`c` - the value is not actually used. **To Reproduce** Steps to reproduce the behavior: Run the following in a fresh environment without...
**Describe the bug** This issue is raised when you have configured some test samples too be included in the alert that is sent by `edr monitor` to Microsoft Teams and...
Is https://github.com/elementary-data/elementary/blob/c07f8d61fd1d7defb3409a81a97c14660bd2ffd6/pyproject.toml#L35 still necessary? The comment on the [commit that added it](https://github.com/elementary-data/elementary/commit/9d386b41083b093fd613d4dedb659e43ca6a0849) > updated numpy requirement to support Python>=3.10 and the comment several lines above in the file https://github.com/elementary-data/elementary/blob/c07f8d61fd1d7defb3409a81a97c14660bd2ffd6/pyproject.toml#L16 acknowledge...
While performing a static code quality or security analysis (e.g., ESLint, SonarQube), the following warning appears in edr_target/elementary_report.html: Misleading operator precedence. The subexpression '^px' is anchored at the beginning, but...
**Is your feature request related to a problem? Please describe.** We would like to apply volume anomaly and freshness anomaly tests across many models without having to configure them individually....