Assessment Fact Type
This page describes the steps needed to use Generate to produce EDFacts Files for the Assessment Fact Type.
Overview
What are the high-level steps that you will need to take?
What submitted EDFacts Files are included in the Assessment Fact Type?
-- What EDFacts Files are included in the Assessment 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 = 'assessment'
AND LEN(agr.ReportCode) = 3 -- only return those with report code with a EDFacts format
ORDER BY agrft.FactTypeId, agr.ReportCodeWhat EDFacts Files in the Assessment Fact Type are available for pilot opportunity?
1. Set Up: Data Mappings & Settings
Data Mappings
ETL Documentation Templates
Generate Metadata
Settings
Toggle Settings

Source System Reference Data Settings
Source System Reference Tables Assessment Filters
2. Staging
Migration: Building & Running ETLs
Building the ETL Code:

Running the ETL
Migrating Source to Staging (Generate User Interface)
Data MigrationValidation: Verifying Data Results
Staging Validation
Staging Validation Utility
Staging Table Debug View Process
3. CEDS Data Warehouse
Migrating: Running ETLs
Migrating Staging to CEDS Data Warehouse in the Reporting Data Store (RDS) (Generate User Interface)
Data MigrationValidation: Verifying Data Results
Fact Table Debug View
4. Report Tables
Migrating: Running ETLs
Database Settings
Validation: Verifying Data Results
File Comparison Utility
Additional Utilities
IDEA Part B Data Review Checklist
Staging Table Snapshot Utility
Last updated
Was this helpful?