Quickstart
Developer experience
Blocks
Pipelines
dbt
- Overview
- Getting started
- New project
- Configuration
- Models
- Commands
Destinations
ClickHouse
Basic config
connector_type: clickhouse
profile: default # profile in the io_config.yaml
config:
table_name: table_name
Enter the DB connection credentials in io_config.yaml
file and specify the profile in the config.
Optional fields
database: database # Override the database
create_table_statement: true/false # Whether to run create table statement
On this page