Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @rvnth ,

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @rvnth ,

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