TableauJobStatusSensor
TableauWatches the status of a Tableau Server Job.
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.