Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.43 KB

File metadata and controls

34 lines (25 loc) · 1.43 KB

databricks-delta-sharing-connector

Databricks's Delta Sharing WDC 3.0 based Connector

The connector is built with the Tableau Web Data Connector 3.0 SDK and provides:

  • Share/Schema/Table browsing wihtin a share
  • OAuth Authentication

Prerequisite

Local Test

After cloning and installing npm packages, in the top level directory:

To compile/build project
taco build

To produce .taco file (for Tableau Desktop testing)
taco pack

To run .taco file in top level directory (launches Tableau Desktop, runs interactive phase + data gathering phase)
taco run Desktop

The current connector.json file has an example OAuth setting which target EntraId and a custom tenant, to make changes to use your own IDP setting please change the following fields:

  • clientIdDesktop: The OAuth ClientId target your IDP
  • authUri: The authentication url for your IDP
  • tokenUri: The token url for your IDP
  • scopes: The OAuth scopes to use with your IDP

Run in Tableau

Please refer to Tableau doc