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
Load-Charges
3 tasks · PPRM
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
- Load TransformChargeMastersql
load_charges__load_transformchargemaster.sql✨ Loads and synchronizes charge master data, updating prices, descriptions, and billing codes from the source system into the transformation layer.writestransformchargemaster· readsSourceChargeMaster - Load ChargeTypesql
load_charges__load_chargetype.sql✨ Builds the charge type dimension by extracting unique procedure codes and billing categories from the transformed charge master data.writesChargeType· readsTransformChargeMasterchargetype↳ feeds from Load TransformChargeMaster - Load ContractMapsql
load_charges__load_contractmap.sqldisabled✨ Updates the contract mapping table to associate charge-based fee logic with all combinations of facilities and billing types.writesContractMap· readsBillTypeFacilityTransformChargeMaster