task tree
What the sub-job runs
Tasks in order, each with what it does — typed stepsfrom the MDClarity task docs (click to open the reference), sub-jobsyou can expand inline (▶) to reveal their own tasks, and SQL steps summarized by Gemini (✨). Every step shows the tables it writes/reads and which earlier step it feeds from(sqlglot lineage).
sub-job
TransformAndParseEDI
5 tasks · USDH
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- EDITransformsql
transformandparseedi__editransform.sql✨ Loads unique EDI messages from staging into the transformation table while preventing duplicate records.writesEDITransform· readsEDIFileStagingEDITransform - EDIBatchsql
transformandparseedi__edibatch.sql✨ Builds a batch of unprocessed EDI messages, excluding empty records, for subsequent parsing and transformation.writesEDIBatch - Clean Messages in EDIBatchsql
transformandparseedi__clean_messages_in_edibatch.sql✨ Updates EDI batch messages by replacing specific formatting characters to ensure compatibility with parsing logic after vendor formatting changes.· readsEDIBatch↳ feeds from EDIBatch, EDIParser - EDIParserEDIParserwrites
EDIBatchtable name=EDIBatch ▶Load-EDI-Metadatasub-job · 3↗
- Load EDIFacilityMapsql
load_edi_metadata__load_edifacilitymap.sql✨ Loads the facility map with unique billing and service facility details extracted from electronic claim transactions.writesEDIFacilityMap· readsEDIFacilityMapTxn837P - Load EDIProviderMapsql
load_edi_metadata__load_ediprovidermap.sql✨ Builds the provider map by combining rendering provider information from claim transactions with national provider registry data.writesEDIProviderMap· readsEDIProviderMapNPIDataTxn837P - Load EDIPayerMapsql
load_edi_metadata__load_edipayermap.sql✨ Builds a master payer mapping table by consolidating payer names and identifiers from remittance and claim transaction records.writesEDIPayerMap· readsTransformRemitTxn837P