How to do it...

Before we start, we should create a new Orchestration Job for each use case and then we can insert Matillion variables and create Shared Jobs.

  1. Create new Orchestration Job with bash component and name it Refresh Extract, as follows

Bash component has the timeout parameter. By default, it is 1,000 seconds. For extract, we might increase this in order to wait while your biggest extract refresh.

  1. Then paste the code that we tested already and replace Tableau objects with the Matillion parameters, as follows:
#go to tabcmd locationcd /opt/tableau/tabcmd/bin#login tableau server./tabcmd login -u Admin -p '${password}' -s ${tableau_host} ...

Get Tableau 2019.x Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.