kschweitzersp opened a new issue, #67335: URL: https://github.com/apache/airflow/issues/67335
### Description In a [recent update from Tableau](https://help.tableau.com/release-preview/api/rest_api/en-us/REST/rest_api_whats_new.htm), they enabled passing `incremental` to the `extractRefresh` element so datasources can be incrementally, instead of only fully, refreshed. See documentation [here](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_data_sources.htm#update_data_source_now). 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? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
