Workspace Files
source.yaml
Properties of source.yaml
Properties
The schema for your source is defined a YAML file:
sales_calls.yaml
Name of source
A brief overview of the source’s content or purpose (optional)
Defines the schema of the source as a list of columns where each column name is a key and its data type is the value (see Data Types)
ClickHouse table configuration for the source, which can include ORDER BY
, PARTITION BY
, Table Engine, etc. The settings can be a String, a key-value pair, or an array comprising either or both. Optional.