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

Insert query format customization

Open retrogemHK opened this issue 1 year ago • 0 comments

I want to sink data via insert query like below.

INSERT INTO jordy(user_id, message) SELECT 10, saleDate AS aa FROM sale_date LIMIT 1;

But insert query format like this

INSERT INTO %s VALUES %s

How can I customize insert query?

retrogemHK avatar Nov 07 '23 08:11 retrogemHK