Skip to content

Commit

Permalink
Merge pull request #2751 from ClickHouse/add-table-content-to-dbt
Browse files Browse the repository at this point in the history
add table-of-content to dbt docs
  • Loading branch information
justindeguzman authored Nov 4, 2024
2 parents 1758dff + 1f82a97 commit 11dbcf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/integrations/data-ingestion/etl-tools/dbt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ slug: /en/integrations/dbt
sidebar_position: 1
description: Users can transform and model their data in ClickHouse using dbt
---
import TOCInline from '@theme/TOCInline';

# Integrating dbt and ClickHouse

Expand All @@ -13,6 +14,8 @@ Within dbt, these models can be cross-referenced and layered to allow the constr

Dbt is compatible with ClickHouse through a [ClickHouse-supported plugin](https://github.com/ClickHouse/dbt-clickhouse). We describe the process for connecting ClickHouse with a simple example based on a publicly available IMDB dataset. We additionally highlight some of the limitations of the current connector.

<TOCInline toc={toc} maxHeadingLevel={2} />

## Concepts

dbt introduces the concept of a model. This is defined as a SQL statement, potentially joining many tables. A model can be “materialized” in a number of ways. A materialization represents a build strategy for the model’s select query. The code behind a materialization is boilerplate SQL that wraps your SELECT query in a statement in order to create a new or update an existing relation.
Expand Down

0 comments on commit 11dbcf9

Please sign in to comment.