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-Source-Visit-Info
4 tasks · SeaRad
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 TempVisitDeltasql
load_source_visit_info__load_tempvisitdelta.sql✨ Identifies and loads recently updated visit IDs into a delta table to facilitate incremental processing of appointment data.· readsProcessLogSourceAppointment - Load TransformVisitInsurancesql
load_source_visit_info__load_transformvisitinsurance.sql✨ Standardizes and upserts visit-specific insurance information, including coordination of benefits and member details, from source appointment data.writesImportTransformVisitInsurance· readsSourceAppointmentSourceInsuranceMapVisitDelta - Load TransformVisitChargesql
load_source_visit_info__load_transformvisitcharge.sql✨ Transforms appointment CPT codes and modalities into standardized visit charges and upserts them into the charge transformation table.writesImportTransformVisitCharge· readsSourceAppointmentVisitDelta - Load TransformVisitsql
load_source_visit_info__load_transformvisit.sql✨ Consolidates and standardizes visit metadata, including scheduling, provider details, and service types, for the visit transformation layer.writesImportTransformVisit· readsSourceAppointmentSourceInsuranceMapVisitDelta