> ## Documentation Index
> Fetch the complete documentation index at: https://mage-staging.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse

## Basic config

```yaml theme={null}
connector_type: clickhouse
profile: default    # profile in the io_config.yaml
config:
  table_name: table_name
```

## Optional fields

```yaml theme={null}
database: database                  # Override the database
create_table_statement: true/false  # Whether to run create table statement
```
