airflow.providers.tableau.hooks.tableau
¶
Module Contents¶
-
class
airflow.providers.tableau.hooks.tableau.
TableauJobFinishCode
[source]¶ Bases:
enum.Enum
The finish code indicates the status of the job.
-
class
airflow.providers.tableau.hooks.tableau.
TableauHook
(site_id: Optional[str] = None, tableau_conn_id: str = default_conn_name)[source]¶ Bases:
airflow.hooks.base.BaseHook
Connects to the Tableau Server Instance and allows to communicate with it.
- Parameters
site_id (Optional[str]) -- The id of the site where the workbook belongs to. It will connect to the default site if you don't provide an id.
tableau_conn_id (str) -- The Tableau Connection id containing the credentials to authenticate to the Tableau Server.