I've implemented a fix for this in the Databricks JDBC OSS driver and am looking to get it merged: https://github.com/databricks/databricks-jdbc/pull/943
Hi @cotrariello !I tried that, but that parameter is not available in the new Databricks JDBC OSS driver. Unfortunately, we can't use the Simba JDBC driver. This is the one we are using:https://docs.databricks.com/aws/en/integrations/jdbc-oss
@Walter_C this is the format of the JDBC connection I'm using if it helps:jdbc:databricks://host:443;HttpPath=path;ConnCatalog=catalog;ConnSchema=schema;SSL=1;AuthMech=3;UID=token;SocketTimeout=0;EnableArrow=1;UseThriftClient=0We are using Serverless...
Hello everyone! I'm getting this same issue with DBR 16.4 and Databricks JDBC OSS 1.0.5 https://docs.databricks.com/aws/en/integrations/jdbc-ossIs there any config param that I can use to be able to get multiple rows inserts instead of this row by ro...