You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Existing connection dialog details requires going back and forth between Tableau and DBR backend. We want to avoid having to copy paste connection details from the backend to the connection dialog.
Describe the solution you'd like
Currently the Databricks connector requires setting up a specific endpoint (cluster) to connect to in the form of an HTTP Path field. We would like to have the ability to leverage the Databricks REST API 2.0. We want to replace the manual setting of the HTTP Path field by doing a REST API call to the Server Hostname using the token.
We propose the following changes:
Pass the Workspace URL (workspaceId is currently included in the HTTP Path field) instead of Server Hostname
Provide Auth details and click Sign In
In the backend, the connector makes a REST API call to list either all available clusters if PAT is used, or all passthrough-enabled clusters if AAD is used
The connector populates a drop-down with the list of clusters retrieved
The user selects the cluster to connect to.
About You
Name: Bogdan Ghit
Company: Databricks
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Existing connection dialog details requires going back and forth between Tableau and DBR backend. We want to avoid having to copy paste connection details from the backend to the connection dialog.
Describe the solution you'd like
Currently the Databricks connector requires setting up a specific endpoint (cluster) to connect to in the form of an HTTP Path field. We would like to have the ability to leverage the Databricks REST API 2.0. We want to replace the manual setting of the HTTP Path field by doing a REST API call to the Server Hostname using the token.
We propose the following changes:
Provide Auth details and click Sign In
About You
Name: Bogdan Ghit
Company: Databricks
The text was updated successfully, but these errors were encountered: