In ADF i have created workflows it means one workflow is dependent on other workflow like in this case for eg. 008_granular_--_model is dependent on 007_sow_retailersow_model. I am using event based trigger here. In every Execute_pipeline there is a databricks notebook that will be run. enter image description here
problem is grower_churn_notebook is sometimes failing but i want campaign_inseason to be run succesfully. if any model fails, campaign_inseason should run perfectly.
Is there any way through which i can do that?