Subham-KRLX opened a new pull request, #67340: URL: https://github.com/apache/airflow/pull/67340
The TableauOperator only supported full refreshes of datasources and workbooks because it didn't pass the incremental parameter to the Tableau Server Client API. We added an incremental_refresh parameter (defaults to False for backward compatibility) and modified the execute method to pass it to the refresh API call. This enables users to perform incremental refreshes when supported by their Tableau datasources. closes: #67335 Was generative AI tooling used to co-author this PR? Yes — Claude (for pr description) -- 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]
