Experimenting dbt with ClickHouse.
We need to start the ClickHouse cluster first.
cd cluster
make up
After the ClickHouse cluster is running, we can run dbt.
To sync package dependencies:
uv sync
To create data models:
cd dbt_with_clickhouse
uv run dbt run