Hi, for stateful ingestion. This calculation is in...
# random
w
Hi, for stateful ingestion. This calculation is incorrect right? https://github.com/datahub-project/datahub/blob/3f17408fe8abb5cf134e40724bb9f6461b[…]/datahub/ingestion/source/state/stale_entity_removal_handler.py should be
Copy code
return (1 - overlap_count_all / old_count_all) * 100.0
instead of
Copy code
return (1 - overlap_count / old_count_all) * 100.0
g
Yep that’s right! Fixing it here https://github.com/datahub-project/datahub/pull/6438
Thanks for catching that @worried-branch-76677 🙂
w
Very timely, thanks Harshal boss 🙇