Hi everyone! I have a question about Pipelines entities on the UI.
We've implemented the lineage export from Airflow to Datahub, and we can see the tasks on the tables lineage tab. However, it's not possible to perform an Impact Analysis through the lineage when looking into the Pipeline itself, only through the individual tasks. Due to this, for some DAGs that have many tasks, we can't check who will be affected, and we'd need to go to each task to see the lineage. Is there any more straightforward way?
One use case: A user wants to check if she can disable a given DAG and who will be impacted, but the DAG has 30+ tasks, so she needs to go to each task to see the lineage.