bbovenzi commented on issue #42368:
URL: https://github.com/apache/airflow/issues/42368#issuecomment-2651966424

   Unholding this.
   
   The endpoint should be GET `/dag_dependencies` with `node_id` as a required 
parameter. We should then iterate through the graph and only return nodes and 
edges that are connected to that node_id.
   
   For example, in the old UI i would receive all dependencies at once. In the 
new UI, I want to pass `process_nothing` and only see the third graph in this 
screenshot. Maybe to avoid duplicates I need to specify the node class dag, 
asset, alias, etc
   
   <img width="951" alt="Image" 
src="https://github.com/user-attachments/assets/69d2a94d-951d-4f7a-9a2d-de2c20139fce";
 />


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