No, the "DAG Dependencies" page from Airflow 2.x is not available in Airflow 3.0. It was removed and there’s currently no built-in alternative in the UI to view DAG-to-DAG dependencies.
If you need that info, you'd have to extract it manually from your DAG code (e.g., checking for TriggerDagRunOperator
).