Kafka connect jdbc sink dremio connection

Hi , I am trying to connect dremio by using jdbc sink driver. But i am getting transaction error .Dremio is not transactional , by using teh jdbc driver i can for example use dbeaver or other tools. Is there a way to overcome this in kafka ? (i am trying to ingest data from sources into dremio - iceberg)
Thanks
tolga

org.apache.kafka.connect.errors.ConnectException: java.sql.SQLFeatureNotSupportedException: Can’t turn off auto-committing; transactions are not supported. (Dremio is not transactional.)

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