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.
**Describe the bug** When running `edr report --project-dir ` when edr runs an underlying dbt command it does not use the supplied project-dir, but instead the project-dir from where edr...
**Describe the bug** Got this error when running multiple dbt models at the same time ``` Conflicting commit: {"timestamp":1727626311790,"operation":"DELETE","operationParameters":{"predicate":["true"]},"readVersion":21941,"isolationLevel":"Serializable","isBlindAppend":false,"operationMetrics":{"numRemovedFiles":"1","numRemovedBytes":"93969","numCopiedRows":"0","numDeletionVectorsAdded":"0","numDeletionVectorsRemoved":"0","numAddedChangeFiles":"0","executionTimeMs":"1736","numDeletionVectorsUpdated":"0","numDeletedRows":"2151","scanTimeMs":"1735","numAddedFiles":"0","numAddedBytes":"0","rewriteTimeMs":"0"},"engineInfo":"Apache-Spark/3.5.1 Delta-Lake/3.1.0","txnId":"4df3ddeb-e2ff-4653-86ed-a58a9d632eff"} ``` The error came from this query ``` delete from...
**Describe the bug** When running a project in DBT Cloud, elementary on-run-start and on-run-end processes do not complete, though DBT cloud completes the job and allows new commands to be...
**Is your feature request related to a problem? Please describe.** Currently I'm using aws athena as my query engine for dbt transformations. The problem with integrating elementary is following: -...
**Is your feature request related to a problem? Please describe.** My team has noticed high query costs for elementary on recurring queries to the table elementary `test_result_rows`. This is because:...
**Is your feature request related to a problem? Please describe.** This is to complete issue #177 . I added PRs [dbt-data-reliability](https://github.com/elementary-data/dbt-data-reliability/pull/757) and [elementary](https://github.com/elementary-data/elementary/pull/1710) for allowing Glue adapter with **Delta** file...
**Describe the bug** Since the launch of Elementary alerting for Teams we have been using it, I've added different alert_fields and config for different tests. Now after the upgrade to...
**Describe the bug** A clear and concise description of what the bug is. - on-run-end hook failing when trying to upload artifacts with error: ``` 19:22:33 Running 1 on-run-end hook...
Partially resolves #177 ### Description This adds the minimal that is needed in the CLI repo for the CLI to work in a dbt-glue environment. It would not be sufficient...
**Describe the bug** given `exposure_a` and `exposure_b`, each with just `model_x` in their `depends_on`, each only specifying `column_name`. running `exposure_schema_validity` will yield this warning for each exposure and column ```...