Using Snowflake sink connector with csv data

The Snowflake sink connector has a parameter named input.data.format that sets the input Kafka record value format. The options are: JSON, JSON_SR, AVRO and PROTOBUF.
I know that it is possible to load csv data to a table via Snowflake’s UI.
I am wondering whether it is possible to use csv data with Snowflake sink connector too, or is it simply not supported?
Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.