Incremental import with Rest API data from zephyr scale

Hi

Im importing zephyr-scale data via Rest API and i want to setup Incremental import and connect it to field called updatedOn.

I setup this field as sourceID and type string

and i configured the Incremental import parameters as follow

both checkboxes on

  • Use incremental import to update just the recent source data.)
  • Stop incremental import when no source data are changed in a returned page.

And under “Additional URL parameters” I put the following:

  • updatedOn{{ 2 days ago | %Y-%m-%d }}

when i run import the second time im not getting updates on new changes.

Please help me to fix this.

Thanks,

Kfir Navon

Hi,

You could try to run the incremental import without the “Stop” checkbox and without “additional URL Parameters”

If that didn’t work as planned, perhaps you can share the base URL for Rest API source application

Martins / eazyBI

Hi Martin,

Im trying to speed up the process of import. right now it take around 13 hours to fetch 60K records.

the with or without the increment option.

The Rest Api im using is Zephyr Server API (v1)