Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Is there a way we can lookup on Binary Hash/table to determine the data exist or changed records using ADF?
Hi @Vishal4u ,
I think you can refer to the following steps to check it out.
1. Choose which data stream you're checking for existence in the Right stream dropdown.
2. Specify whether you're looking for the data to exist or not exist in the Exist type setting.
Load data with computed hash values into a database table.
1. Extract new data and compute hashes.
2. Join new data with existing data based on key columns to compare hashes.
3. Identify new or changed records (where new hash != existing hash).
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sounds interesting, but my question was from a azure data factory?