An analyst notices that a dashboard displays conflicting data from two sources. What is the first step in troubleshooting?
Trap 1: Re-run all queries
Re-running queries does not address the root cause without investigation.
Trap 2: Notify stakeholders of potential error
Notifying stakeholders without verification may cause unnecessary alarm.
Trap 3: Replace the data source with the one believed to be correct
Replacing sources without analysis may mask the issue.
- A
Re-run all queries
Why wrong: Re-running queries does not address the root cause without investigation.
- B
Notify stakeholders of potential error
Why wrong: Notifying stakeholders without verification may cause unnecessary alarm.
- C
Replace the data source with the one believed to be correct
Why wrong: Replacing sources without analysis may mask the issue.
- D
Check data transformation steps and join logic
Examining transformations and joins helps identify discrepancies between sources.