i have some dependent dags (parent and child dags). How to i identify those dags are dependent , How to classify whether dag is dependent or not.
im using airflow version 2.4.0 How to get dependent dags details through airflow rest api.
Ref : How to Trigger a DAG on the success of a another DAG in Airflow using Python?