Skip to main content

5 docs tagged with "Tooling"

Data tooling including dbt, ClickHouse, and Power BI

View all tags

Data Observability

Data observability is the ability to understand the health of data flowing through your pipeline at any point in time. Without it, data issues are discovered by business users rather than engineers.

dbt Project Structure

A well-organized dbt project enables team collaboration, consistent conventions, and maintainable transformation pipelines. This document defines the standard folder structure and configuration patterns.

dbt Testing Strategy

Data tests are the primary mechanism for ensuring correctness and catching regressions in a dbt project. This document defines a tiered testing strategy across all model layers.

Getting Started with ClickHouse

This document covers ClickHouse installation, initial configuration, and the first steps for setting up an analytical environment.

Power BI Incremental Refresh

Incremental refresh replaces full dataset imports with targeted refreshes of recent data only. It is the most impactful optimization for large Power BI datasets.