Skip to content

Commit e042774

Browse files
committed
Update the lineage_diff tool description
Signed-off-by: popcorny <[email protected]>
1 parent a8bc81f commit e042774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recce/mcp_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ async def list_tools() -> List[Tool]:
137137
description=textwrap.dedent(
138138
"""
139139
Get the lineage diff between production(base) and session(current) for changed models.
140-
Returns nodes, parent_map (node dependencies), and change_status/impacted information in compact dataframe format.
140+
Returns nodes and edges (node dependencies) in compact dataframe format.
141141
142-
In parent_map: key is a node index, value is list of parent node indices
143142
Nodes dataframe includes: idx, id, name, resource_type, materialized, change_status, impacted.
143+
Edges dataframe includes: from (parent node idx), to (child node idx).
144144
145145
Rendering guidance for Mermaid diagram:
146146
Use graph LR and apply these styles based on change_status and impacted:

0 commit comments

Comments
 (0)