Tableau Authorization
Tableau Blueprints rely on users to:
- Provide their username and password or a Personal Access Token.
- Provide the Site ID and Server URL
- Provide the name of the relevant element (Workbook, Datasource, View)
Below are the steps of how to accomplish each of these individually.
Creating a Personal Access Tokenβ
- Sign into your instance of Tableau.
- Click your user icon in the top-right corner and select My Account Settings
- Scroll halfway down the page and stop at the section titled Personal Access Tokens.
- Provide a descriptive name for the token (we suggest
Shipyard
) and click Create New Token. - Click Copy to Clipboard and store your Token Secret in a safe location. You will need both the Token Name and the Token Secret for authentication.
Finding the Site IDβ
As a part of every URL on Tableau, you should see a section that says /site/YOURSITEID/
.
For example, if the full URL was https://10ax.online.tableau.com/#/site/shipyarddevelopmentdev123456/explore
, your Site ID would be shipyarddevelopmentdev123456
.
Finding the Server URLβ
The Server URL is the beginning part of the URL, including the subdomain, domain, and TLD.
For example, if the full URL was https://10ax.online.tableau.com/#/site/shipyarddevelopmentdev123456/explore
, your Site ID would be https://10ax.online.tableau.com
.
Finding the Workbook Nameβ
Workbook names can be found in multiple locations.
In the Explore Sectionβ
While Viewing Workbook Detailsβ
While Editing a Workbookβ
Finding the Datasource Nameβ
In the Explore Sectionβ
While viewing Datasource Detailsβ
While Editing the Datasourceβ
Currently, we only support refreshing Datasources that have been published.
Finding the View Nameβ
Views can be individual charts or a Dashboard that combines multiple charts. The names for these views can be found in multiple locations.
While Viewing Workbook Detailsβ
While Editing a Workbookβ
Currently, we only support pulling data from views that have been published as part of the workbook. Anything in a draft state cannot be accessed.