Is it possible to do automatic Incremental Refreshes?
Hi is it possible to automatically execute an Incremental Refresh after one has just finished? I am using Incremental refresh right now as a way to download large queries from my server that I have to download in chunks for performance reasons.
Hey @tehandyb,
This would not be possible just using the WDC API. However, you could (sortof) achieve this with a combination of the WDC and our Rest API. How that would look is the following:
- Create your WDC and publish it to server.
- Use the REST API to kick off an incremental refresh.
- Continually poll the status of that refresh.
- Once it's finished, repeat step 2.
So that would require you to have a service that's up and running indefinitely.
@lbrendanl Hey that's interesting. Would a solution like that be possible if we don't have Tableau server? We just have Tableau Desktop to connect to the WDC.