Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiGajbhiye committed Nov 21, 2024
1 parent 773d0b9 commit b944892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const DocumentationPropagationButton = ({
const newColumns: DocsItem[] = [];
for (const item of result.column_lineage) {
if (item.type === "indirect") continue;
if (item.viewsType !== "Unchanged") continue;
if (item.viewsType === "Transformation") continue;
if (
iCurrColumns.find(
(c) => c.model === item.target[0] && c.column === item.target[1],
Expand Down

0 comments on commit b944892

Please sign in to comment.