Skip to content

Commit a30544f

Browse files
committed
[DOP-24570] Exclude dataset symlinks with no inputs/outputs
1 parent b183aa6 commit a30544f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_rentgen/server/services/lineage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ async def get_lineage_by_datasets(
727727
),
728728
)
729729

730-
result = self._drop_unused_datasets(result, keep_dataset_ids=datasets_by_id)
730+
result = self._drop_unused_datasets(result, keep_dataset_ids=start_node_ids)
731731

732732
if logger.isEnabledFor(logging.INFO):
733733
logger.info(

0 commit comments

Comments
 (0)