airflow.providers.tableau.operators.tableau_refresh_workbook¶
Module Contents¶
-
class
airflow.providers.tableau.operators.tableau_refresh_workbook.TableauRefreshWorkbookOperator(*, workbook_name: str, site_id: Optional[str] = None, blocking: bool = True, tableau_conn_id: str = 'tableau_default', **kwargs)[source]¶ Bases:
airflow.models.BaseOperatorRefreshes a Tableau Workbook/Extract
- Parameters
workbook_name (str) -- The name of the workbook to refresh.
site_id (Optional[str]) -- The id of the site where the workbook belongs to.
blocking (bool) -- By default the extract refresh will be blocking means it will wait until it has finished.
tableau_conn_id (str) -- The Tableau Connection id containing the credentials to authenticate to the Tableau Server.