clickhouse
Usage
source:
name: clickhouse
config:
connection_url: clickhouse://username:password@clickhouse-server:9000
exclude:
databases: [database_a, database_b]
tables: [database_c.table_a]
Inputs
Key | Value | Example | Description | |
---|
connection_url | string | tcp://localhost:3306?username=admin&password=pass123&debug=true | URL to access the clickhouse server | required |
exclude.databases | []string | [database_a , database_b] | List of databases to be excluded | optional |
exclude.tables | []string | [database_c.table_a, database_c.table_b] | List of tables to be excluded | optional |
Outputs
Field | Sample Value |
---|
resource.urn | my_database.my_table |
resource.name | my_table |
resource.service | clickhouse |
description | table description |
profile.total_rows | 2100 |
schema | []column |
Column
Field | Sample Value |
---|
name | total_price |
description | item's total price |
data_type | String |
Contributing
Refer to the contribution guidelines for information on contributing to this module.