Subham-KRLX commented on issue #67335:
URL: https://github.com/apache/airflow/issues/67335#issuecomment-4519783809
I have opened #67340 to add the `incremental_refresh` parameter to
`TableauOperator`.
The PR adds support for incremental refreshes while maintaining backward
compatibility (defaults to `False` for full refresh).
Usage:
```python
TableauOperator(
resource="datasources",
method="refresh",
find="my_datasource",
incremental_refresh=True # Enable incremental refresh
)
--
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]