when a problem occurs where like
a dashboard drops by 40%
leading to panic , chaos then spend an hour or two finding
which model broke it
whether its sql or upstream
so to counter this
I built a system which detects anomalies
traces lineage
identify root cause and
explain whether sql change caused the problem
and shows downstream impact
Example:
One change from id < 100 → id < 20 caused an ~80% drop the system correctly traced it and explained why.
still in early condition though , i was curious though how do u debug issues like this ?
would something like this actually save time or is it just fluff?