Clickhouse
Setup Instructions
schema: dbt_transformations # Production database
host: clickhouse.internal.company.com # Internal hostname
port: 9000 # Native protocol port
user: dbt_user # Database user
password: clickhouse_pass_456 # User password
secure: false # Internal traffic
driver: native # Native protocolExample Profile Configuration

Profile Fields Reference
Field
Description
Default Value
Required
Last updated
Was this helpful?