bbovenzi commented on PR #37464:
URL: https://github.com/apache/airflow/pull/37464#issuecomment-1959866221

   > Looks correct to me functionality wise after testing this.
   > 
   > Only thought I had is Let's say DAG1 produces Dataset1, DAG2 produces 
Dataset2, DAG3 depends on both Dataset1 and Dataset, and if I filter by DAG1, 
it shows that DAG3 depends on Dataset1, but it does not give a hint that it may 
depend on other datasets too. If I click on Filter by DAG on DAG3 icon, it does 
collect and show all the depending datasets. However, was just thinking if we 
might want to show a hint that when a particular DAG is filtered and it 
schedules a DAG, the scheduled DAG may also depend on other datasets?
   
   Actually, we will return the whole dataset "graph" that the dag is connected 
to. I added an info tooltip to help explain.


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