andy_smith
12/06/2023, 7:49 PMedgar_ramirez_mondragon
12/06/2023, 10:38 PMplugins:
transformers:
- name: dbt
pip_url: dbt-core dbt-clickhouse
variant: clickhouse
namespace: dbt
commands:
build:
args: build
clean:
args: clean
compile:
args: compile
debug:
args: debug
deps:
args: deps
docs-generate:
args: docs generate
docs-serve:
args: docs serve
freshness:
args: source freshness
run:
args: run
seed:
args: seed
snapshot:
args: snapshot
test:
args: test
settings: {<settings for dbt-clickhouse>}
The missing Hub wrapper would let you run an initialize
command to get your dbt project started, but with the raw form above you'll have to do that manually.andy_smith
12/07/2023, 7:07 AM