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.
release/v0.16.0
**Is your feature request related to a problem? Please describe.** In our project we occasionally got an error with DBT seed (new column was added). We use the following EDR...
**Describe the bug** edr commands such as 'edr report' fail with a FileNotFound error regarding "dbt_packages\dbt-data-reliability-0.14.0\integration_tests\deprecated_tests\macros\unit_tests\test_adapter_specific_macros_have_default_implementation.sql". (dbt-data-reliability-0.14.0 folder name may change with different Elementary version numbers) Failure occurs during the...
**Describe the bug** The `edr monitor` command fails when running with edr version 0.15.1 and dbt package 1.7.4 on Snowflake. **To Reproduce** 1. Create the environment 2. Run command In...
**Describe the bug** Missing max tests, when defining tests in `schema.yml` **To Reproduce** 1. Define tests for model in `schema.yml` ``` - elementary.column_anomalies: column_anomalies: - max - min column_name: "value_column"...
**Describe the bug** EDR 0.16.1 doesn't find `profiles.yml` in current directory and complains about missing `.dbt` folder in user's home directory. The bug appears on Ubuntu and not on Windows....
When elementary is installed on a docker image in a read-only folder, dbt deps are run and that will generate a packages-lock file. The way to solve the packages issue...
**Describe the bug** When you run the 'edr report' command from a notebook that has elementary installed as a cluster library (so it is installed on start up and persisted...
I'm trying to set up the detection period for our `column_anomalies` tests to `hour` (we are missing a lot of alerts because of the 1 day setting). But I'm getting...