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
4 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
- Analyzes a delimited file's structure to automatically infer column definitions and save a reusable specification for future imports.data file spec key=ImportAppointmenttable name=ImportAppointmentrow terminator=Linefeedcolumn separator=CommaDISABLED
- Clean AnFutSched FileExecuteProcesscommand=powershell.exe
- Load AppointmentLoadFilewrites
ImportAppointmentdata file spec=ImportAppointmentfile path={FilePath}import mode=Replacearchive file path={SourceDataArchive} - Load SourceAppointmentsql
load_appointment_file__load_sourceappointment.sql✨ Loads appointment data into the source table while mapping payer details and refreshing records from the import staging area.writesSourceAppointment· readsImportAppointmentMappedSourceAppointment↳ feeds from Load Appointment