Skip to content

eric-wang-1990/tableau-delta-sharing-connector-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tableau Delta Sharing Connector with OAuth Auth Mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published