diff --git a/docs/key-features.mdx b/docs/key-features.mdx index d441581ea..6a33530cd 100644 --- a/docs/key-features.mdx +++ b/docs/key-features.mdx @@ -5,95 +5,60 @@ icon: "stars" --- - - Monitor data quality metrics, freshness, volume and schema changes. + + Monitor data quality metrics, freshness, volume and schema changes. adka;sd;sadsak;j - + + Upload metadata, run and test results to tables as part of your jobs. - + + Send informative alerts to different channels and users. - + + Inspect your data health overview, test results, models performance and data lineage. - + + Inspect dependencies including Column Level Lineage and integration with BI tools. - + + Out of the box freshness, volume and schema monitoring. - + + All the Elementary configuration is managed in your dbt code. - + + Explore and discover data sets, manage your documentation in code. - - #### Anomaly Detection Out-of-the-box ML-powered monitoring for freshness and volume issues on all production tables. - The monitors track updates to tables, and will detect data delays, incomplete updates, and significant volume changes. + The monitors track updates to tables, and will detect data delays, incomplete updates, and significant volume changes.\ By qurying only metadata (e.g. information schema, query history), the monitors don't add compute costs. ML-powered anomaly detection on data quality metrics such as null rate, empty values, string length, numeric metrics (sum, max, min, avg), etc. Elementary also supports monitoring for anomalies by dimensions. - The monitors are activated for specific data sets, and require minimal configuration (e.g. timestamp column, dimensions). + The monitors are activated for specific data sets, and require minimal configuration (e.g. timestamp column, dimensions). #### Schema Validation - Elementary offers a set of schema tests for validating there are no breaking changes. - The tests support detecting any schema changes, only detecting changes from a configured baseline, JSON schema validation, + Elementary offers a set of schema tests for validating there are no breaking changes. + The tests support detecting any schema changes, only detecting changes from a configured baseline, JSON schema validation, and schema changes that break downstream exposures such as dashboards. @@ -111,4 +76,4 @@ Python tests #### Tests Coverage -#### Performance monitoring +#### Performance monitoring \ No newline at end of file