I have a DB table with a Primary key, without a Date field.
Requirement is to use Incremental load - I am able to pull newly Inserted, Deleted records using Primary key, however, unable to pull Updated records using Primary key.
Please let me know solution for pulling Updated records in Incremental load using Primary Key. Thank you.