tests.system.providers.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.

Module Contents

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

Was this entry helpful?