Description
In a recent update from Tableau, they enabled passing incremental to the extractRefresh element so datasources can be incrementally, instead of only fully, refreshed.
See documentation here. It seems it is already in the Tableau Server Client library in the task_type parameter under taskItem class https://tableau.github.io/server-client-python/docs/api-ref#tasks
Therefore, I am requesting to add this as a param to the tableau operator in airflow
Use case/motivation
I would like to be able to start incremental refreshes of my tableau datasources via airflow. Right now if I intialize a datasource extract refresh from airflow, it can only be a full refresh, even if incremental refresh is enabled in tableau.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
In a recent update from Tableau, they enabled passing
incrementalto theextractRefreshelement so datasources can be incrementally, instead of only fully, refreshed.See documentation here. It seems it is already in the Tableau Server Client library in the
task_typeparameter under taskItem class https://tableau.github.io/server-client-python/docs/api-ref#tasksTherefore, I am requesting to add this as a param to the tableau operator in airflow
Use case/motivation
I would like to be able to start incremental refreshes of my tableau datasources via airflow. Right now if I intialize a datasource extract refresh from airflow, it can only be a full refresh, even if incremental refresh is enabled in tableau.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct