TableauJobStatusSensor

Tableau

Watches the status of a Tableau Server Job.

View on GitHub

Last Updated: Oct. 26, 2022

Access Instructions

Install the Tableau provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

job_idRequiredId of the job to watch.
site_idThe id of the site where the workbook belongs to.
tableau_conn_idThe Tableau Connection id containing the credentials to authenticate to the Tableau Server.

Documentation

Watches the status of a Tableau Server Job.

Was this page helpful?