Specialist CareersPerceptionIntermediateData Quality

The Data Eye

Perceptual training for data-quality & pipeline review

Catch the data-quality and pipeline defects AI assistants introduce — silent type coercions, fan-out joins, broken incremental models — before they corrupt a warehouse.

Syllabus

1

The Data Eye

Why a query can run perfectly and still be wrong — and how to see it.

2

Joins & Fan-out

The #1 silent bug: a non-unique join key multiplies rows, then SUM lies.

3

NULL Semantics

NULL is not zero, not empty, and not equal to itself. It eats results.

4

Grain & Dedup

What is one row? Get the grain wrong and every aggregate is wrong.

5

Incremental & Idempotency

Will a rerun duplicate rows? The append that isn’t idempotent.

6

Types & Precision

FLOAT money, integer division, silent casts — the quiet arithmetic of wrong.

7

Freshness & Tests

Data contracts: the tests that catch corruption before it ships.

8

AI Data Failure Modes

When the AI rewrites your query — and quietly changes the grain.