We have been using Apache NiFi to connect to Databricks. While upgrading to the DBR 14.3 and Nifi to 1.27 we realized that SelectHiveQL
and SelectHive3QL
processors are deprecated.
What is the recommended way to get data out of Databricks using NiFi, without having to write my own version of HiveConnectionPool
?
Thank you.