Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to do automatic Incremental Refreshes? #218

Open
tehandyb opened this issue Nov 6, 2017 · 2 comments
Open

Is it possible to do automatic Incremental Refreshes? #218

tehandyb opened this issue Nov 6, 2017 · 2 comments
Assignees
Labels

Comments

@tehandyb
Copy link

tehandyb commented Nov 6, 2017

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.

@lbrendanl
Copy link
Contributor

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:

  1. Create your WDC and publish it to server.
  2. Use the REST API to kick off an incremental refresh.
  3. Continually poll the status of that refresh.
  4. Once it's finished, repeat step 2.

So that would require you to have a service that's up and running indefinitely.

@tehandyb
Copy link
Author

tehandyb commented Nov 7, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants