You’re exploring the full DataBridge platform free, with synthetic Future Horizons University data. Everything is unlocked; actions run in your demo session (in-session only, not saved to a real backend).

FHU Databridge
Enterprise
Pricing
10 min

Build a HESA Student return

Turn audited data into a submission-ready HESA Student packet.

By the end you’ll be able to

  • Run the HESA Student pipeline over the demo data.
  • Read the sign-off report and resolve a blocking violation.
  • Recognise the seven HESA Data Futures streams and which one is Student.

A return is a regulator-shaped packet built from your canonical data. DataBridge supports the seven HESA Data Futures streams — Student, Provider, Staff, EMR, GOS, AOS, Finance — plus the UK portal returns (TEF, KEF, SLC SBR, UCAS HEI) and the AU TCSI streams (see `docs/RETURNS_COMPLETENESS.md` for the full matrix).

Student is the largest workstream. The pipeline (`@databridge/hesa-df-pipeline`) takes the canonical Student-stream rows you ingested and repaired, runs every Quality Rule that guards the stream, builds the XML/JSON envelope, and produces a sign-off report: every violation, every warning, every clear pass.

A return is submittable when every structural blocker (CRITICAL/ERROR) clears. Warnings can ship with a documented reason; the sign-off report shows that exception trail. The HESA console surfaces this state so you can see, at a glance, whether you can send today.

In demo mode the Student pipeline runs over the seeded demo institution. You'll open the HESA console, drill into the Student stream, and read the sign-off report — the same artefact a real registrar would review before approving submission.

Walkthrough

  1. 1.Open the HESA console

    See the seven Data Futures streams for the demo institution and which ones are submittable.

    Open HESA
  2. 2.Drill into the Student stream

    Open the Student stream to see its pipeline output: row counts, rule pass/fail breakdown, and the sign-off report.

    Open Student
  3. 3.Inspect a blocker

    If a structural blocker remains, the sign-off report names it and links back to the finding so you can repair and re-run.

    Back to Data quality

Your turn

Open the HESA console and find the Student stream's current sign-off state.

Hint: Use the 'Open HESA' step above.

Knowledge check

1.What makes a HESA return submittable?
2.Which package implements the HESA Student-stream pipeline?

Complete this lesson