Hi Support Team,
I am trying to establish a connection from Databricks Lakehouse (Delta Lake) using the KNIME tool and am encountering issues in retrieving data. Here are the steps I followed:
- Installed the Databricks JDBC driver and configured a connection in KNIME using the “DB Connector” node.
Status: Connection to Delta Lake was successful. - Added the “DB Table Selector” node to browse the metadata.
Status: Metadata (schemes and tables) was visible, and I was able to select tables and write queries. The node executed successfully. - Used the “DB Reader” node to retrieve data into KNIME Desktop.
Issue: Although column names are displayed, the data itself is not retrieved. Instead, I see the following error message:
this optional feature.
It seems that data retrieval from Delta Lake is either not supported or misconfigured, or there might be compatibility issues between KNIME and Databricks JDBC for Delta tables.
Request:
Could you please advise on the best way to work with Delta tables in KNIME? If there is a recommended configuration or a specific workaround to retrieve data into KNIME Desktop, I would appreciate guidance on that.
Thank you for your assistance.