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.** At `$WORK`, I heavily leverage on [Trino](https://trino.io/) to use multiple data sources within my DBT projects (using the [`dbt-trino`](https://github.com/starburstdata/dbt-trino) connector)....
**Describe the bug** The `on-run-end` hook saves data to artifact table. When running tests/models in parallel, duplicate entries in artifact tables sometimes occur. Because of this, when generating a report,...
**Describe the bug** migrated to elementary 0.14 from 0.12 Successfully ran `dbt run -s elementary` tried running a single model via `dbt run -s some_model` got error: ``` 001795 (42601):...
**Describe the bug** While using slack workflows, the request that is sent has "text" as key, and the key-pairs as value, which Slack does not handle very well, as it...
**Is your feature request related to a problem? Please describe.** Pydantic has made major breaking changes with 2.0. They have made a good migration guide. However, migration will require some...
upload-source-freshness --help implies --project-dir is optional, which it isn't - but it should be!
**Describe the gap** The [docs](https://docs.elementary-data.com/cloud/guides/collect-source-freshness) state that --project-dir is optional. However, `edr run-operation upload-source-freshness --help` implies that it isn't. Current helptext for this option is `Which directory to look in...
**Describe the bug** On occasion the source freshness upload, `edr run-operation upload-source-freshness --project-dir . --profile-target dev` will exceed the maximum argument limit, with: ``` OSError: [Errno 7] Argument list too...
**Is your feature request related to a problem? Please describe.** In https://github.com/elementary-data/elementary/pull/1397 a very basic implementation of a connection with a MS Teams webhook is introduced so elementary alerts could...
**Is your feature request related to a problem? Please describe.** It would be really cool if we could mention users in MS Teams messages that are sent. Here an example...
Relates to: https://github.com/elementary-data/elementary/issues/739 Other half: https://github.com/elementary-data/dbt-data-reliability/pull/652