Legacy Pipeline Atlas worker-1snapshot 2026-07-15

sub-job

PPRM · Load-Charges

Loads ChargeType and Chargemaster

called by Daily-Visit-Processing

sub-job PPRM/Load-Charges · db PPRM_ProdMirror · updated 2025-09-17

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
  1. Load TransformChargeMastersqlload_charges__load_transformchargemaster.sql
    Loads and synchronizes charge master data, updating prices, descriptions, and billing codes from the source system into the transformation layer.
    writes transformchargemaster · reads SourceChargeMaster
  2. Load ChargeTypesqlload_charges__load_chargetype.sql
    Builds the charge type dimension by extracting unique procedure codes and billing categories from the transformed charge master data.
    writes ChargeType · reads TransformChargeMasterchargetype
    ↳ feeds from Load TransformChargeMaster
  3. Load ContractMapsqlload_charges__load_contractmap.sqldisabled
    Updates the contract mapping table to associate charge-based fee logic with all combinations of facilities and billing types.
    writes ContractMap · reads BillTypeFacilityTransformChargeMaster