ciancolo opened a new pull request #16937: URL: https://github.com/apache/airflow/pull/16937
Hello all, I propose you a new Airflow Operator for Tableau: `TableauRefreshDatasourceOperator`. This new operator uses the Tableau API to refresh an existing Datasource published in a Tableau Server. The operator is very similar to `TableauRefreshWorkbookOperator`, but I thought it was more clear and clean to create a new one instead to modify the existing one. The operator is very useful to refresh data sources, not in time set way but in an asynchronous way, in my case, it is very useful to add the refresh after my ETL pipelines. I'm currently using this operator in my Airflow installation. ### Changes: 1. Created TableauRefreshDatasourceOperator 2. Created unit test for TableauRefreshDatasourceOperator 3. Added the operator to the provider.yaml file Thank you. -- 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]
