lensesio/kafka-connect-query-language

add the new KCQL statement withunwrap

Closed this issue · 1 comments

The KCQL withunwrap statement will enable the SourceRecord to be configured differently impacting how data is written to the sink. When present it would switch from specifying a type of Schema Struct to a type of Schema String to alter how the data being retrieved via the SELECT statement is being added.

this has been done