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 I generate dashboard with edr command I do not see the dbt tree structure anymore when I navigate in lineage tab. **To Reproduce** This problem appears...
**Is your feature request related to a problem? Please describe.** Currently only model-level tags are shown in the report sidebar. **Describe the solution you'd like** My use case is the...
This fixes #1224. Please let me know if it needs more work. Thanks.
**Is your feature request related to a problem? Please describe.** We have six environments. One is named `dev` and one is named` prod` but there are four others. It's not...
Resolves https://github.com/elementary-data/elementary/issues/1176 by removing the Choice type, which limits the strings that can be given to the env variable
**Is your feature request related to a problem? Please describe.** https://docs.elementary-data.com/deployment-and-configuration/collect-job-data#cant-find-your-orchestrator-missing-info mentions that I should open an issue for an orchestrator that doesn't appear in the list. We run dbt-core...
**Is your feature request related to a problem? Please describe.** There is no flexible way of showing the DAG. **Describe the solution you'd like** In dbt-docs you have the option...
**Describe the bug** Users are unable to define a `detection_period` that is smaller than a day. Here's the explanation: 1. We [calculate the `backfill_days` according to the `detection_period`](https://github.com/elementary-data/dbt-data-reliability/blob/797a5b402890a558755f0eccd767bc43f0ef52dd/macros/edr/tests/test_configuration/get_anomalies_test_configuration.sql#L35). 2. We...
**Describe the gap** The dbt-package for elementary declares the YML dbt docs with description for all the models. It does not however include the columns. When using a tool to...