I have 6 independent Airflow Dags out of which 2 dags are event based and trigger the dag externally using API (curl command) and rest 4 are scheduled for 'daily' . I want to make a new dag which gets triggered on the successful run of above 6 dags. How can i achieve that ?