# dbt Builds Data

## dbt Builds Data in Euno

Euno tracks build activity across dbt models, sources, snapshots, seeds, and tests. This comprehensive build history enables teams to make informed decisions about model performance, build efficiency, data freshness, and resource utilization across their dbt projects.

**Utilize dbt Builds Data To:**

* **Identify performance bottlenecks** to optimize slow-running models and improve build times.
* **Monitor build success rates** to ensure data reliability and catch issues early.
* **Understand resource utilization** by analyzing build frequency, duration, and resource consumption.
* **Track data freshness** to maintain up-to-date analytics and reporting.

## Understanding the Types of Builds Data Captured in Euno

For relevant dbt resources—including models, snapshots, and seeds—Euno tracks:

* **Total Builds**: Number of times the dbt model was built or refreshed.
* **Average Build Time**: Average duration of a single build, indicating model complexity or runtime.
* **Total Build Time**: Sum of all build durations during the selected period.

**Note**: This information comes from dbt artifacts uploaded to Euno. If only compiled job data is sent (rather than executed runs), these metrics may not reflect actual build activity.

<table><thead><tr><th width="271.125">Property</th><th width="273.15625">Value</th><th>Applicable to</th></tr></thead><tbody><tr><td><p>total_builds_14d</p><p>total_builds_30d</p><p>total_builds_60d</p></td><td>The total number of times the dbt model was built in the last 14/30/60 days.</td><td>dbt models, dbt_seeds</td></tr><tr><td><p>average_build_time_14d</p><p>average_build_time_30d<br>average_build_time_60d</p></td><td>Average duration of a single build over the last 14/30/60 days.</td><td>dbt models, dbt_seeds</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.euno.ai/using-euno/usage-optimization/dbt-builds-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
