Sinks using Clickhouse and database changes seem completely broken.
I've tracked it down to this GetTableColumns method.
ColumnTypes effectively aren't returned. In my testing, the first portion of the method describe query is fine.
Upon running a sink, you'll see a misleading error along the lines of: ERRO (sink-sql) unable to setup postgres sinker: load psql table: invalid table: primary key column "address" not found
This is also using the latest v4.8.0 published today.