potiuk commented on issue #41505:
URL: https://github.com/apache/airflow/issues/41505#issuecomment-3145274359

   > Hi @potiuk. I'm not referring to a UI element. I use the tree_view method 
to inspect a dag as part of its development. So I include a main guard like 
   
   As mentioned above - it's been removed. I am not aware of any replacement. 
But if you look at the linked PR, the tree_view method was not overly 
complicated and you can write yourself a replacement method (just be aware that 
it's something that you might have to update in the future versions - this is 
not a part of Public Airflow Interface 
https://airflow.apache.org/docs/apache-airflow/stable/public-airflow-interface.html
 -> if you are trying to use `dag` model directly. There is Dag in task.sdk 
that is public interface.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to