Fact Type 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.
select * from [debug].[vwChildCount_FactTable]
select * from [debug].[vwChildCount_FactTable] where SchoolIdentifierSea = '1234'
select * from [debug].[vwChildCount_FactTable] where IdeaDisabilityTypeEdFactsCode = 'AUT'
select * fromLast updated
Was this helpful?