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-Transform-ChargeDimensions-MultiSource
9 tasks · USHP
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 TempChargeSchedulessql
revfind_transform_chargedimensions_multisource__load_tempchargeschedules.sql✨ Builds a temporary table of charge schedules by identifying distinct start and end dates from multiple source chargemasters.writesTempChargeSchedules - Load FeeScheduleRecordsql
revfind_transform_chargedimensions_multisource__load_feeschedulerecord.sql✨ Loads fee schedule records with pricing, modifiers, and priority levels mapped from various source chargemasters and temporary schedules.writesFeeScheduleRecord· readsSourceChargeMasterSourceChargeMasterDESourceChargeMasterFLTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ScheduleMapsql
revfind_transform_chargedimensions_multisource__load_schedulemap.sql✨ Maps charge schedules to specific facilities and insurance categories to define active pricing periods for professional and facility fees.writesScheduleMap· readsFacilityTempChargeSchedules↳ feeds from Load TempChargeSchedules - Load ContractMapsql
revfind_transform_chargedimensions_multisource__load_contractmap.sqldisabled✨ Updates the contract map to define fee logic and billing types for facilities and professional services.writesContractMap· readsFacility - Load ScheduleLoadEntitieswrites
Schedule· readsTempChargeSchedules↳ feeds from Load TempChargeSchedulesentity type=Schedulecustom query - Merge ChargeTypeMergeSqlwrites
ChargeType· readsSourceChargeMasterSourceChargeMasterDESourceChargeMasterFLmerge data source type=ThisDatabasetable name=ChargeTypemerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock - Load ChargeType Dimensionsql
revfind_transform_chargedimensions_multisource__load_chargetype_dimension.sql✨ Loads charge type members into the dimension table to support hierarchical reporting and data categorization.writesDimensionMember· readsChargeType↳ feeds from Merge ChargeType - Load ProcedureCode Dimensionsql
revfind_transform_chargedimensions_multisource__load_procedurecode_dimension.sql✨ Builds the procedure code dimension by extracting codes from charge types and mapping them to standard descriptions and categories.writesDimensionMember· readsChargeTypeDimensionMemberProcedureCode↳ feeds from Load ChargeType Dimension, Load ProcedureCategory and Subcategory DM, Merge ChargeType - Load ProcedureCategory and Subcategory DMsql
revfind_transform_chargedimensions_multisource__load_procedurecategory_and_subcategory_dm.sql✨ Builds the procedure category dimension by extracting unique parent groupings from existing procedure code members.writesDimensionMember· readsDimensionMember↳ feeds from Load ChargeType Dimension, Load ProcedureCode Dimension