Skip to main content
Extract employee and organization data from Workday Report-as-a-Service (RaaS) custom reports using a pre-encoded integration token.
The Workday HRIS RaaS Provider ingests a single Workday custom report (Report-as-a-Service). Use this when your organization already publishes employee or org data via a dedicated RaaS URL rather than the REST Staffing API.
Warning: This Plugin does not call the Workday REST Staffing, Payroll, or Absence APIs. For those, use the Workday Provider Plugin.

Data streams

This Provider Plugin defines 1 data stream.

Row identity

Workday RaaS rows carry no identifier of their own, and report columns are defined by your report. Parable therefore keys each row on a synthetic _synthetic_primary_key column computed at ingestion time:
  • By default the key is a SHA-256 hash of every column in the row. Any change to a row’s values gives it a new identity, so the previous version is retired by absence on the next run.
  • Set Report key columns to the columns that uniquely identify a row (for example Employee_ID) to keep a stable identity across runs while the other columns change.