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.
## Motivation The destination database and schema for elementary is settled by the first node whose `package_name` is `elementary`. If we have multiple databases and schemas with dbt tests by...
Created monitor workflows to prevent code duplication in our data_monitor cli.
Elementary pulls the data to detect schema changes from the information schema columns view. This view is updated in a delay (unclear how long), so the alert on deleted columns...
The context is not being passed from the [lineage](https://github.com/elementary-data/elementary/blob/master/lineage/cli.py#L160) to the [generate](https://github.com/elementary-data/elementary/blob/master/lineage/cli.py#L245). If you print the profiles_dir on lineage() and if you print it on generate() you get different values....
Hi guys, congrats on YC! I'm looking to test out elementary, so was running it with good ol' jaffle_shop dbt toy example. I'm however running into errors after installing elementary...
This is a new type of integration that was requested in the [Slack community](https://elementary-community.slack.com/archives/C02BPB78J4T/p1653406497028269). From a quick look it seems like dbt [already supports Athena](https://docs.getdbt.com/reference/warehouse-profiles/athena-profile) and it seems like most...
Currently, we use the timestamp column as a filter, or no filtering at all (run on the entire table). For some use cases, this is not enough. Use cases: -...
The key for choosing specific tests today has the same name as the test. We got feedback that this is confusing and inconsistent between tests. ``` # Current format: -...
Our current configuration for alerting using the CLI is to configure a profile named 'elementary' and provide it the schema where 'data_monitoring_metrics' is. This means that there can only be...
Overview - - Today the location defined in profiles.yml is being used when querying the information schema (BigQuery's information schema view name contains the region) - If the same project...