Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add incremental refresh support to TableauOperator#67340

Open
Subham-KRLX wants to merge 2 commits into
apache:mainfrom
Subham-KRLX:feature/tableau-incremental-refresh
Open

Add incremental refresh support to TableauOperator#67340
Subham-KRLX wants to merge 2 commits into
apache:mainfrom
Subham-KRLX:feature/tableau-incremental-refresh

Conversation

@Subham-KRLX
Copy link
Copy Markdown
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tableau Operator - Add Incremental Refresh Parameter

2 participants