コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards
解決済み

Incremental Query: How it excludes the data

Avatar

Level 6

Hi there, 

 

I’m trying to understand how the incremental query handles exclusions. Suppose there were 5 records created yesterday with values for EID, VIN, and FEATURE_NAME. Today, when the incremental query runs, 2 new records are created with the same EID and VIN but different FEATURE_NAME values. Would these be considered new records?

The incremental query identifies new records based on the REC_CREATE_DATE and excludes records where the combination of EID, VIN, and FEATURE_NAME already exists. If the FEATURE_NAME is unique, will it be treated as a new record?

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi @rvnth ,

Incremental query excludes already executed records based on primary key of the targeting dimension schema.

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

Hi @rvnth ,

Incremental query excludes already executed records based on primary key of the targeting dimension schema.