Is there a way to disable lines between datasets i...
# ui
m
Is there a way to disable lines between datasets in lineage graph view if they are connected via a task already? When we ingest our datasets we rely on pipeline tasks to detect downstream/upstream datasets so both a task as well as dataset[s] that it produces are downstream from it are recorded as downstream entities EX: in
dataset A
->
task 1
->
dataset B
graph we ingest both
task 1
and
dataset B
as downstream of
dataset A
. In dataset view we want to see
dataset B
in lineage TAB... but when we are looking at Lineage DAG we do not want to see a direct line
dataset A
->
dataset B
. only
dataset A
->
task 1
->
dataset B
. Is that possible? Today we are seeing both paths
m
@millions-engineer-56536: this should be possible to do, but as you've pointed out doesn't exist in the current UI.
@green-football-43791: FYI