airflow.providers.tableau.sensors.tableau_job_status
¶
Module Contents¶
-
exception
airflow.providers.tableau.sensors.tableau_job_status.
TableauJobFailedException
[source]¶ Bases:
airflow.exceptions.AirflowException
An exception that indicates that a Job failed to complete.
-
class
airflow.providers.tableau.sensors.tableau_job_status.
TableauJobStatusSensor
(*, job_id: str, site_id: Optional[str] = None, tableau_conn_id: str = 'tableau_default', **kwargs)[source]¶ Bases:
airflow.sensors.base.BaseSensorOperator
Watches the status of a Tableau Server Job.
- Parameters
job_id (str) -- The job to watch.
site_id (Optional[str]) -- The id of the site where the workbook belongs to.
tableau_conn_id (str) -- The Tableau Connection id containing the credentials to authenticate to the Tableau Server.