Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Getting started with Tableau connector in Qlik Application Automation

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Marius_Nuca
Support
Support

Getting started with Tableau connector in Qlik Application Automation

Last Update:

Feb 2, 2022 9:46:08 AM

Updated By:

Marius_Nuca

Created date:

Feb 2, 2022 9:43:20 AM

This article is intended to get started with the Tableau connector in Qlik Application Automation.

Limitations

  • None have been observed so far.

 

Authentication and Authorization

To authenticate with Tableau you create a new connection. The connector makes use of a basic input for username and password as authentication and authorization purposes. You will be prompted with the following popup screen when adding a new connection:

Marius_Nuca_0-1643811601077.png

Besides the username and password used to login into the customers account we also required information about the domain and site name used by the customer. The two pieces of information can be found when logging into the Tableau Online platform in the address bar at the top of the browser.

Domain can be found here:

Marius_Nuca_1-1643811748424.png

 

We require the full domain without the https:// in front of it. And the site name can be found here:

Marius_Nuca_2-1643811821221.png

 

With this out of the way and a secure connection established you can jump into an automation and start using the blocks that are currently present in the connector.

 

Available blocks

The connector blocks are built around the following objects and have create/update, get, list and delete actions available:

  • Site applications and application secrets
  • Workbooks and workbook data
  • Workbook views and view data
  • Tags
  • Users and groups
  • Schedules/jobs/refresh tasks

While the API platform does open up a few more objects not being covered by the connector, there is the possibility to use RAW api requests provided in the connector in order to facilitate the customers access to those objects.

 

Examples

A quick example of the usage of those requests can be found in the following images:

  • RAW api list request for the workbooks present on the site:
Marius_Nuca_3-1643812383201.png

and the result should be the whole list of workbooks. The query params input can be used in order to add filtering to the api request you need.

  • RAW api get request for an object (in our case a certain workbook we need more data on):
Marius_Nuca_4-1643812507176.png

make sure to choose the correct method used in order to get the result needed.

  • RAW api create request for a user:
Marius_Nuca_5-1643812821064.png

since the platform accepts only XML post bodies customer needs to make sure he constructs the request body correctly according to Tableau API documentation

 

Tags (1)
Labels (2)
Contributors
Version history
Last update:
‎2022-02-02 09:46 AM
Updated by: