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-Meditech
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
- ProcessDataFile (disabled bcs of dupes issue)ProcessFiledisabledwrites
ImportAppointmentMeditechSourceAppointmentMeditechfile path={FilePath}archive directory={SourceDataArchive}base table name=AppointmentMeditechrow terminator=Newlinecolumn separator=Comma - LoadDataFileLoadDataFileImports delimited data files into database tables using predefined specifications for validation, loading, and optional file archiving.writes
ImportAppointmentMeditechdata file spec=ImportAppointmentMeditechfile path={FilePath}import mode=Replacearchive file path={SourceDataArchive} - ExecuteMergeSqlExecuteMergeSqlSynchronizes data from external sources into target tables by performing batched insert, update, and delete operations based on keys.writes
SourceAppointmentMeditech· readsImportAppointmentMeditech↳ feeds from LoadDataFilemerge data source type=ThisDatabasetable name=SourceAppointmentMeditechmerge mode=InsertUpdatebulk copy timeout seconds=300bulk copy use table lock