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
RevFind-EDI-TransformAndParseEDI
5 tasks · ISpine
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
revfind_edi_transformandparseedi__editransform.sql✨ Loads unique EDI messages from staging into the transformation table while preventing duplicate records.writesEDITransform· readsEDIFileStagingEDITransform - EDIBatchsql
revfind_edi_transformandparseedi__edibatch.sql✨ Builds a batch of unprocessed EDI messages, excluding empty records, for subsequent parsing and transformation.writesEDIBatch - Clean EDIBatch (for bug w EDIFabric)sql
revfind_edi_transformandparseedi__clean_edibatch_for_bug_w_edifabric.sqldisabled✨ Updates EDI message formatting by replacing specific delimiters to ensure compatibility with the parsing engine.· readsEDIBatch - EDIParserEDIParserwrites
EDIBatchtable name=EDIBatch ▶RevFind-EDI-LoadMetadatasub-job · 4↗
- Load EDIFacilityMapsql
revfind_edi_loadmetadata__load_edifacilitymap.sql✨ Loads the facility map with unique billing and service facility details extracted from electronic claim transactions.writesEDIFacilityMap· readsEDIFacilityMapTxn837P - Load EDIProviderMapsql
revfind_edi_loadmetadata__load_ediprovidermap.sqldisabled✨ Builds the provider map by combining rendering provider information from claim transactions with national provider registry data.writesEDIProviderMap· readsEDIProviderMapNPIDataTxn837P - Load EDIPayerMapsql
revfind_edi_loadmetadata__load_edipayermap.sql✨ Builds a mapping table of payer names and filing indicators from electronic remittance transactions to standardize payer metadata.writesEDIPayerMap· readsTxn835Txn835ClaimPayment - ExecuteMergeSql-EDIProviderMapExecuteMergeSql-EDIProviderMapwrites
EDIProviderMap· readsEDIProviderMapTxn837ITxn837Pmerge data source type=ThisDatabasetable name=EDIProviderMapmerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock