-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
My organisation primarily uses clusters for connecting to Databricks, rather than warehouses.
The simple "DBI example" snippet from the README seems very close to what I need for my use case:
- Connect to Databricks
- Execute some arbitrary SQL to return as a table
- Run further queries/filters on it from there, return the results instantly or later when required
However, as far as I can tell, the DatabricksSQL() function used in the example only supports warehouses for connection, not clusters.
Could the function be updated (or could there be a second one) to have the option to connect via clusters instead?
It's possible my confusion is user error; I did try supplying a cluster ID to the warehouse_id parameter, but if it supports that as a solution, I may have done so incorrectly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on