A dashboard metric suddenly shows an unexpected drop. Before touching any code, what is the most useful first step that lineage information enables?
- aIncreasing the retry count of the job that produces the dashboard
- bAsking the dashboard's end users to describe what they expected to see
- cRestarting the entire data platform to clear any cached state
- dTracing the metric backward through lineage to the changed source✓
Explanation:Lineage lets an engineer trace the metric backward to the exact upstream source or transformation that changed, instead of guessing via retries or restarts.