Hi, was wondering if anyone has experience querying Databricks (on Azure) from Node Red? I was hoping there might be an existing library that I can use, rather than building my own flow from scratch, but so far I haven't found anything. Thanks.
Databricks uses Apache Spark for queries so you should maybe look for something that is able to use Spark from node-red. If there isn't anything in the flows catalogue, check on npmjs.org for a node.js library as that can probably be used with a function node.
Thank you, that's really helpful.