Reportingpreview
You need to combine two or more data sources (Workday + Snowflake) into one dataset/report – joining records across them rather than diffing them.
What it does
Reporting joins two data sources into a single combined output — pairing records across them (a join/lookup), as opposed to Compare which highlights their *differences*. Aimed at blending/enriching data from multiple systems.
> Status: preview — details need confirming against the code before this is > relied on for routing. Reporting is under active development (backend stages > landed; renderer/UX in progress). Before Phase 1 wiring, verify against the > Reporting view/handlers: exact source types (CSV / SQL / Snowflake?), join > semantics, and output format, then flesh out the workflow/gotchas below and > tighten fileSignals/keywords.
Typical workflow
_TODO: confirm from the Reporting product UI._
Gotchas
_TODO: confirm from the Reporting product UI._
Related tools
- Compare — when the goal is finding *differences* between two sources
rather than *joining* them.