Debug Views for Staging and the Fact tables
Data Migration and Views in Generate
Staging Tables
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'Fact Table
Dimension Tables
Last updated
Was this helpful?