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.
Currently we show elementary models (artifacts) in our report. Those models get created in elementary package which the customers has no "control" on it, meaning that they can't add any...
Resolves #133 * Send test message on the CLI when there is no other alert to send on slack ## TBD * Add/Do tests to understand it works correctly
Since dbt 1.1 custom names for tests are supported. Config looks like this: ``` tests: - name: unexpected_order_status # custom name for test test_name: accepted_values # name of the generic...
Request from users, the use case is if you don't use elementary tests or if you have permission issues and are limited in creating new schemas. We encountered an issue...
Issue in the package repo: https://github.com/elementary-data/dbt-data-reliability/issues/80
At the moment dbt results object does not include source-freshness. We hope to make a contribution that would add this: https://github.com/dbt-labs/dbt-core/issues/5609 Afterward, we could process the results and create a...
Right now, [dbt metrics](https://docs.getdbt.com/docs/building-a-dbt-project/metrics) are stored in the `dbt_metrics` table in the `elementary` schema, but they are not tested, so no alarm will be triggered if there's an anomaly in...
On the new 'dimension anomalies' test we implemented support of getting 'where expression' param, which contains an SQL expression for filtering the tested data. The same logic can be implemented...
**Describe the bug** We are currently using Airflow (MWAA) 2.7.2, we would like to use elementary with Airflow and run edr commands in operators. But there is a constraint for...