elementary icon indicating copy to clipboard operation
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.

Results 372 elementary issues
Sort by recently updated
recently updated
newest added

## 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...

bug
help wanted
Bigquery

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....

bug

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...

integration
Open to contribution 🧡

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...

integration

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: -...

feature

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: -...

enhancement
breaking change

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...

enhancement

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...

enhancement