TableauHook

Tableau

Connects to the Tableau Server Instance and allows to communicate with it.

View on GitHub

Last Updated: Oct. 26, 2022

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

site_idThe 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_idThe Tableau Connection id containing the credentials to authenticate to the Tableau Server.

Documentation

Connects to the Tableau Server Instance and allows to communicate with it.

Can be used as a context manager: automatically authenticates the connection when opened and signs out when closed.

Was this page helpful?