sys_data_source - keeps being captured in update sets

M_iA
Kilo Sage

Hi all,

I have one data source, that every time the associated job runs (daily), its captued in an in progress current update set. It looks like, every time its run, this is updated on the entry on sys_data_source:

 

M_iA_0-1674551600939.png

And therefore, is captured in my current update set.

Any suggestions on how to stop it being captured in update sets?

1 ACCEPTED SOLUTION

M_iA
Kilo Sage

The issue was that I had set myself in the "Run As" field on the scheduled job. Removing myself, stopped the update sets capturing the changes.

View solution in original post

2 REPLIES 2

Sai Kumar B
Mega Sage
Mega Sage

@M_iA 

Any dictionary record with the "update_synch" attribute is true, captures data records in the update set. In the sys_data_source table, by default, we have the "update_synch" attribute for "collection" type dictionary record; therefore, records get captured in the current update set.

 

M_iA
Kilo Sage

The issue was that I had set myself in the "Run As" field on the scheduled job. Removing myself, stopped the update sets capturing the changes.