clickhouse-sink-connector
clickhouse-sink-connector copied to clipboard
Add logic to ignore MATERIALIZED or ALIAS columns in insert statements.
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()