Tableau - Check Refresh Status (Deprecated)
Overviewβ
This Blueprint has been deprecated. Please use the vendor's "Trigger" Blueprint and set the "Wait for Completion" option to "True". Using this new option is free, more stable, and will complete faster. Read more about this change here.
Check the job status of a workbook or datasource that has recently been refreshed in Tableau.
Recommended Setup:
A Vessel built with this Blueprint should be paired with guardrail retries. This will allow the Vessel to continually check for status until a final result is found.
This Vessel should run immediately after a Vessel built with the Tableau - Trigger Workbook/Datasource Refresh Blueprint. With this setup, you can leave the Job ID field blank and this Vessel will check for the results of the recently created job.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Authentication Method | TABLEAU_SIGN_IN_METHOD | Select | β | username_password | Username & Password: username_password Access Token: access_token | Determine which authentication method to use when connecting to Tableau. |
Username or Access Token Name | TABLEAU_USERNAME | Alphanumeric | β | - | - | Your personal username or the name of the access token that you use to log in with Tableau. |
Password or Access Token | TABLEAU_PASSWORD | Password | β | - | - | The password associated with the provided username OR the access token associated with the provided access token name. |
Server URL | TABLEAU_SERVER_URL | Alphanumeric | β | - | - | The scheme, subdomain, domain, and top-level domain (TLD) of your Tableau URL. |
Site ID | TABLEAU_SITE_ID | Alphanumeric | β | - | - | Typically found in the URL as /site/YOURSITEID/ |
Job ID | TABLEAU_JOB_ID | Alphanumeric | β | - | - | The ID of a specific job you check the status of. If left blank, will try to find the job ID from an "Refresh Workbook/Datasource" Vessel that ran upstream. |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Tableau - Check Refresh Status (Deprecated)
inputs:
TABLEAU_SIGN_IN_METHOD: username_password ## REQUIRED
TABLEAU_USERNAME: null ## REQUIRED
TABLEAU_PASSWORD: null ## REQUIRED
TABLEAU_SERVER_URL: null ## REQUIRED
TABLEAU_SITE_ID: null ## REQUIRED
TABLEAU_JOB_ID: null
type: BLUEPRINT
guardrails:
retry_count: 12
retry_wait: 0h5m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '200'
- '201'
- '202'
- '203'
- '204'
- '205'
- '210'
- '211'