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.** It appears that the test description for source freshness tests is a [hard-coded string](https://github.com/elementary-data/dbt-data-reliability/blob/1517d9df8954be91f2c4b2eb6cc835647f029622/macros/edr/dbt_artifacts/upload_dbt_sources.sql#L90). **Describe the solution you'd like** It...
Microsoft Fabric Warehouse is often used in combination with dbt. It would be really great if the elementary-data package would also be available for Fabric Warehouse. Based on the elementary...
**Describe the bug** When I run "edr report", I get the following error: {"exc": "Database Error\n Database Error\n \n [TEMP_VIEW_NAME_TOO_MANY_NAME_PARTS] CREATE TEMPORARY VIEW or the corresponding Dataset APIs only accept...
**Describe the bug** After upgrading Elementary we started having an issue (in k8s, with no write access to the disk) of it trying to create a folder in the home...
**Describe the bug** dbt v1.9 has introduced a new feature for incremental models called [microbatches](https://docs.getdbt.com/docs/build/incremental-microbatch) which may generate a dbt status called `partial success`, if the run was only partially...
**Describe the bug** After the changes introduced in [v0.16.2](https://github.com/elementary-data/elementary/releases/tag/v0.16.2), the `edr report` command fails with the following Athena error: ```shell NOT_SUPPORTED: Incorrect timestamp precision for timestamp(6); the configured precision is...
I have the same issue than [this one](https://github.com/elementary-data/elementary/issues/1109) and it's blocking our Elementary deployment. We use one run per model in our scheduler and sometimes two models end at the...
**Is your feature request related to a problem? Please describe.** Currently, when using elementary.generate_schema_baseline_test to generate the required YAML, if a model and a source share the same name, the...
**Describe the bug** We currently have only "custom" generic and singular tests in our dbt repos. The post-hook of elementary create errors on correctly compiled custom generic test **To Reproduce**...