Skip to content

Commit 417d817

Browse files
committed
Fix link for top-k diff sql tmeplate
Signed-off-by: even-wei <[email protected]>
1 parent 924a3df commit 417d817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/lineage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ A Top-K Diff can be generated in two ways.
239239

240240
Top-K Diff generates SQL queries using FULL OUTER JOIN to compare the most frequent values in categorical columns between environments. The queries group by column values and count occurrences to identify the top K categories.
241241

242-
You can review the exact SQL templates in the [TopKDiffTask class](https://github.com/DataRecce/recce/blob/main/recce/tasks/topk.py#L15).
242+
You can review the exact SQL templates in the [TopKDiffTask class](https://github.com/DataRecce/recce/blob/main/recce/tasks/top_k.py#L15).
243243

244244
## Multi-Node Selection
245245

0 commit comments

Comments
 (0)