02278ddac7
Add targeted tests for rejection paths, settlement overrides, and key analytics flows, and align localization/research docs with the shipped contract.
831 B
831 B
Research Export Path
Goal
Export study data without adding JSONB or ad hoc blobs.
Source Tables
sessionsexperiment_assignmentsbet_intentssettlementsanalytics_eventsanalytics_event_attributes
Recommended Export Shape
session_iduser_idexperiment_variantlocale_codeevent_nameoccurred_atattribute_keyattribute_value
Export Flow
- Join relational tables into a flat study dataset.
- Filter by session, date range, or experiment variant.
- Write CSV for quick review or Parquet for downstream analysis.
- Keep the export job read-only and repeatable.
Notes
- Use the server clock for ordering and latency calculations.
- Prefer one row per analytics event with child attribute expansion.
- Keep locale and variant fields in every export.