Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

tests.system.tableau.example_tableau

This is an example dag that performs two refresh operations on a Tableau Workbook aka Extract. The first one waits until it succeeds. The second does not wait since this is an asynchronous operation and we don’t know when the operation actually finishes. That’s why we have another task that checks only that.

Attributes

ENV_ID

DAG_ID

task_refresh_workbook_blocking

test_run

Module Contents

tests.system.tableau.example_tableau.ENV_ID[source]
tests.system.tableau.example_tableau.DAG_ID = 'example_tableau_refresh_workbook'[source]
tests.system.tableau.example_tableau.task_refresh_workbook_blocking[source]
tests.system.tableau.example_tableau.test_run[source]

Was this entry helpful?