Skip to main content
Solved

Incremental Rest Datasource without parameters

  • August 17, 2026
  • 4 replies
  • 46 views

Paul McLeod Bespoke Analytics
TimeXtender Xpert
Forum|alt.badge.img+2

We have a client with a Rest Datasource that does not use URL parameters. Instead they use the post body to pass a series of filters and conditions.

We are using this post body to implement Incremental loading from the datasource. It seems to be working correctly in so far as the rest source is definitely loading incrementally.

However the Ingest instance does not seem to recognize the tables in the Gen 2 Storage as incremental.

We have defined the incremental several times, deleted the entire folder in the Azure Gen2 storage. Still the same result.

if we drag the table over to a data area the source in the Ingest instance is not flagged with an “i” indicating that it is incremental.

Is this because we are passing the incremental variable through the post body and not as a query parameter?

if this is the case is there a work around?

The issue we are facing is that we cannot do any downstream incremental loads as TX complains that the source table in the ingets instance is not incremental.

 

Note that we are using the TX Rest Datasource version 10.2.0.0 Ingest instance is 7150.1

 

Best answer by Thomas Lind

Hi ​@Paul McLeod Bespoke Analytics 

Do you have a incremental rule on the endpoint in the incremental menu?

That should be enough, you should also use the dynamic value name rule that gets created.

 

4 replies

Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • Answer
  • August 20, 2026

Hi ​@Paul McLeod Bespoke Analytics 

Do you have a incremental rule on the endpoint in the incremental menu?

That should be enough, you should also use the dynamic value name rule that gets created.

 


Paul McLeod Bespoke Analytics
TimeXtender Xpert
Forum|alt.badge.img+2

Hey Thomas, We are using the dynamic value name, We have not used the “target-based incremental load” setting, but I can see how that could address the issue if we are also passing the Dynamic value through the Post Body. I will give that a try! Thanks for the feedback!


Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • August 25, 2026

Hi ​@Paul McLeod Bespoke Analytics 

Let me know if you got it to work and if so how.


Paul McLeod Bespoke Analytics
TimeXtender Xpert
Forum|alt.badge.img+2

Hey Thomas, sorry I should have reached out sooner. Setting the “Use Target Based Incremental Load” has worked. Our Post body is now having the Incremental Variable properly replaced with the latest incremental value and the load is working great and integrating properly with the rest of the TX Incremental processing within the Transform Data Areas.