Graduates/Completers Fact Type
This page describes the steps needed to use Generate to produce EDFacts Files for the Graduates/Completers Fact Type
Overview
What are the high-level steps that you will need to take?
What submitted EDFacts Files are included in the Graduates/Completers Fact Type?
What EDFacts Files in the Graduates/Completers Fact Type are available for pilot opportunity?
--What EDFacts Files are included in the Graduates/Completers Fact Type?
SELECT agrft.FactTypeId
,agrft.GenerateReportId
,rdft.FactTypeCode
,rdft.FactTypeDescription
,agr.ReportCode
,agr.ReportName
FROM App.GenerateReport_FactType AS agrft
LEFT JOIN RDS.DimFactTypes AS rdft
ON rdft.DimFactTypeId = agrft.FactTypeId
LEFT JOIN App.GenerateReports AS agr
ON agr.GenerateReportId = agrft.GenerateReportId
WHERE rdft.FactTypeCode = 'graduatescompleters'
AND LEN(agr.ReportCode) = 3 -- only return those with report code with a EDFacts format
ORDER BY agrft.FactTypeId, agr.ReportCode1. Set Up: Data Mappings & Settings
Data Mappings
Settings
2. Staging
Migration: Building & Running ETLs

Validation: Verifying Data Results
3. CEDS Data Warehouse
Migration: Running ETLs
Validation: Verifying Data Results
4. Report Tables
Migration: Running ETLs
Validation: Verifying Data Results
Additional Utilities
IDEA Part B Data Review Checklist
Staging Table Snapshot Utility
Last updated
Was this helpful?