Properties of source.yaml
name: product_catalog description: catalog of store products cols: ProductID: String Name: String Category: String Description: String Price: Float64 settings: engine: MergeTree() order_by: "`ProductID`" partition_by: tuple()
Table
AITable
ORDER BY
PARTITION BY
Was this page helpful?