clickhouse-sink-connector icon indicating copy to clipboard operation
clickhouse-sink-connector copied to clipboard

Add logic to ignore MATERIALIZED or ALIAS columns in insert statements.

Open subkanthi opened this issue 1 year ago • 4 comments

If the table schema contains MATERIALIZED or ALIAS columns , they should be ignored.

    `_version` UInt64 MATERIALIZED 1,
    `_deleted` UInt8 MATERIALIZED 0,
    `_updated` DateTime MATERIALIZED now()

subkanthi avatar Nov 02 '23 20:11 subkanthi