79727150

Date: 2025-08-06 10:31:32
Score: 0.5
Natty:
Report link

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).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cp Gowtham