TableauOperator

Tableau

Execute a Tableau API Resource https://tableau.github.io/server-client-python/docs/api-ref

View on GitHub

Last Updated: Feb. 3, 2023

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

resourceRequiredThe name of the resource to use.
methodRequiredThe name of the resource’s method to execute.
findRequiredThe reference of resource that will receive the action.
match_withThe resource field name to be matched with find parameter.
site_idThe id of the site where the workbook belongs to.
blocking_refreshBy default will be blocking means it will wait until it has finished.
check_intervaltime in seconds that the job should wait in between each instance state checks until operation is completed
tableau_conn_idThe Tableau Connection id containing the credentials to authenticate to the Tableau Server.

Documentation

Execute a Tableau API Resource https://tableau.github.io/server-client-python/docs/api-ref

See also

For more information on how to use this operator, take a look at the guide: TableauOperator

Was this page helpful?