Staging Table Validation Process
Data is migrated from the State’s source system into the Generate staging environment and then to the Fact and Dimension tables by Fact Type.
- [debug].[vwChildCount_StagingTables]
- [debug].[vwChildCount_FactTable]select * from [debug].[vwChildCount_StagingTables]
select * from [debug].[vwChildCount_StagingTables] where SchoolIdentifierSea = '1234'
select * from [debug].[vwChildCount_StagingTables] where IdeaDisabilityTypeCode = 'XYZ'
select * from [debug].[vwChildCount_StagingTables] where StudentIdentifierState = '123456789'
Last updated
Was this helpful?