How does a self-dependent tumbling window trigger handle job queuing in Azure Data Factory?
I am implementing a tumbling window trigger for an Azure Data Factory (ADF) pipeline that triggers two Databricks jobs and one Power BI refresh activity. These three activities run sequentially. My ADF pipeline should only run if the previous run has succeeded. The refresh should happen about every 30min.