Self Dependency TumblingWindowTrigger in adf

fjrodriguez
New Contributor III

Hey !

I would like to migrate one ADF batch ingestion which has a TumblingWindowTrigger  on top of the pipeline which pretty much check each 15 min if a file is landing, normally the files land in daily basis so will process it accordingly once in a day, and this self-dependency allow us to guarantee that the File + 1 which is arriving will be processed if the previous one was ingested correctly. 

I see in Databricks workflow there are 3 kind of triggers: Schedule, Files Arrival and Continuous - what should be the homologue to the TumblingWindowTrigger  and how to set Self Dependency in order to maintain the same approach.