Staging ETL Mapping Assistance
Alternatives When the ETL Documentation Template is Unavailable or Outdated
Generate Metadata by Fact Type
-- How do I know what data needs to be mapped for this Fact Type?
-- Get table list of report codes, tables, and fields by fact type.
SELECT DISTINCT FactTypeCode, ReportCode, StagingTableName, StagingcolumnName
FROM app.vwStagingRelationships
WHERE FactTypeCode = 'childcount'
ORDER BY FactTypeCode, ReportCode, StagingTableName, StagingcolumnNameStaging Debug Views
Staging to RDS Stored Procedure
File Specification
Locating CEDS Option Set Code and CEDS Option Set Description
Source System Reference Data Settings
Source System Reference Tables Child Count Filters
Previously Developed ETL Code
Last updated
Was this helpful?