Non-optimized Aggregation via REST API: Flag for Detect Deleted Accounts

The API call:
POST <api-url>/cc/api/source/loadAccounts/<source_id>

This API can be used with disableOptimization=true flag for a non-optimized aggregation. Is there also a flag that can be added to enable detection of deleted accounts along with non-optimized aggregation? For some reason the detection of deleted accounts does not work during a non-optimized aggregation for a JDBC source. Is that expected?

Note that it works fine for a regular aggregation and deleted accounts are detected just fine.

2 Likes

Hi Sushant,
I think that is expected behavior as you are bringing in all the account when optimization is disabled.

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.