You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Elementary dbt package** is designed to enhance data observability within your dbt workflows. It includes two core components:
39
38
40
39
-**Elementary Tests** – A collection of **anomaly detection tests** and other data quality checks that help identify unexpected trends, missing data, or schema changes directly within your dbt runs.
41
40
-**Metadata & Test Results Tables** – The package automatically generates and updates **metadata tables** in your data warehouse, capturing valuable information from your dbt runs and test results. These tables act as the backbone of your **observability setup**, enabling **alerts and reports** when connected to an Elementary observability platform.
42
41
43
-
44
42
## Get more out of Elementary dbt package
45
43
46
44
The **Elementary dbt package** helps you find anomalies in your data and build metadata tables from your dbt runs and tests—but there's even more you can do.
@@ -56,7 +54,6 @@ To generate observability reports, send alerts, and govern your data quality eff
## Data Anomaly Detection & Schema changes as dbt Tests
61
58
62
59
**Elementary tests are configured and executed like native tests in your project!**
@@ -108,9 +105,6 @@ Elementary tests include:
108
105
109
106
Read more about the available [Elementary tests and configuration](https://docs.elementary-data.com/data-tests/introduction).
110
107
111
-
112
-
113
-
114
108
## Elementary Tables - Run Results and dbt Artifacts
115
109
116
110
The **Elementary dbt package** automatically stores **dbt artifacts and run results** in your data warehouse, creating structured tables that provide visibility into your dbt runs and metadata.
@@ -140,8 +134,6 @@ These tables track execution details, test outcomes, and performance metrics fro
140
134
141
135
For a full breakdown of these tables, see the [documentation](https://docs.elementary-data.com/dbt/package-models).
142
136
143
-
144
-
145
137
## AI-powered data validation and unstructured data tests
146
138
147
139
Elementary leverages AI to enhance data reliability with natural language test definitions:
@@ -166,7 +158,6 @@ models:
166
158
167
159
Learn more in our [AI data validations documentation](https://docs.elementary-data.com/data-tests/ai-data-tests/ai_data_validations).
168
160
169
-
170
161
## Quickstart - dbt Package
171
162
172
163
1. Add to your `packages.yml`:
@@ -195,7 +186,6 @@ models:
195
186
196
187
Check out the [full documentation](https://docs.elementary-data.com/).
197
188
198
-
199
189
## Community & Support
200
190
201
191
- [Slack](https://join.slack.com/t/elementary-community/shared_invite/zt-uehfrq2f-zXeVTtXrjYRbdE_V6xq4Rg) (Talk to us, support, etc.)
0 commit comments