nivdror opened a new issue, #39939: URL: https://github.com/apache/airflow/issues/39939
### Description Hi, We have custom sensors that are based on BaseSensorOperator to link between our dags in our Airlow environment. Right now we have the ability to move backwards via external DAG button when pressing on the sensor in the graph UI. This is not enough, I would to be able to travel forward as well. I would like the graph to show on which tasks a sensor is listening and tab of connection(with links of course) to those sensors. We created this feature in our own old airflow but I don't see why this cannot be in apache airflow. Here is an example: ![Screenshot 2024-05-30 at 12 15 03](https://github.com/apache/airflow/assets/131352704/981d8460-b6b0-4238-8813-b4cc31aeabdc) after pressing the downstream sensors button ![Screenshot 2024-05-30 at 12 15 46](https://github.com/apache/airflow/assets/131352704/61e44585-95a1-41e0-baf2-61a220165f53) ### Use case/motivation I'm trying to achieve a better way to move/investigate dags in airflow ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org