Replies: 2 comments 10 replies
-
|
This hasn't come up before as an issue or pain point for our users, since we typically set the Kobo script cron to be every hour which is pretty darn fast, and the interval could be made even shorter on demand. But nevertheless, I can imagine the use case. "I want to push a button to trigger the data fetch to happen on-demand." However, that use case can also be met by just manually running the script in Windmill, once we start to expose the operator user role in Windmill to our users. I agree that Kobo provides a more bespoke method for the need, and that it would therefore be good to use that in theory, but what value-add do we gain from making the effort to integrate with Kobo's REST services over what we already make available through Windmill? Are there other features / perks? (Asking because I don't know.) |
Beta Was this translation helpful? Give feedback.
-
|
I was looking at my notes, and I had a reference from a conversation with @rudokemper where he said something on the lines of
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
This is a follow-up to a conversation we had with Rudo regarding how Windmill's data pulling from Kobo is not reactive to user actions.
As a result, users of the Guardian Connector may notice that submissions visible in Kobo are not immediately reflected in Superset dashboards (or any system querying the Postgres database) until Windmill runs its scheduled cron job.
One alternative is to retrieve data directly from Kobo using its REST services, which are well documented here:
https://support.kobotoolbox.org/rest_services.html
In practical terms, we could keep our current sync process but make it triggerable via the REST service for more timely updates.
Beta Was this translation helpful? Give feedback.
All reactions