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-Appointment-File-Mobile
3 tasks · PAA
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 PAA Mobile AppointmentLoadFilewrites
ImportMobileAppointmentdata file spec=ImportMobileAppointmentfile path={FilePath}import mode=Replacearchive file path={SourceDataArchive} - OLD - Attempt to Match Existing SourceAppointment Tablesql
load_appointment_file_mobile__old_attempt_to_match_existing_sourceappointment_table.sqldisabled✨ Loads mobile appointment data into the source table by mapping fields from the mobile import staging area for processing.writesSourceAppointment· readsImportMobileAppointment - Load SourceAppointmentMobilesql
load_appointment_file_mobile__load_sourceappointmentmobile.sql✨ Builds the mobile-specific source appointment table by transforming and importing data from the mobile application staging area.writesSourceAppointmentMobile· readsImportMobileAppointment↳ feeds from Load PAA Mobile Appointment