Validation
Validation Window
Configure global or tumbling time windows to control how validation metrics are calculated.
Windows determine the scope of data that a validation runs against. Datachecks supports two window types: Global and Tumbling.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure global or tumbling time windows to control how validation metrics are calculated.
| Parameter | Description |
|---|---|
| Date-Time Field | The timestamp column used to partition data into segments (e.g. created_at, event_time). |
| Window Size | The length of each time segment, combined with Window Unit (e.g. 2 days). |
| Window Unit | Unit for Window Size — hours, days, or weeks. |
| Look Back Period | How far back in time to retrieve data, combined with Look Back Unit (e.g. 5 days). |
| Look Back Unit | Unit for Look Back Period — hours, days, or weeks. |
Look Back Period: 10 days
Window Size: 2 days
→ Window 1: days 1–2
→ Window 2: days 3–4
→ Window 3: days 5–6
→ Window 4: days 7–8
→ Window 5: days 9–10