Skip to content

Commit

Permalink
Removed ephemeral models from lineage.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Nov 13, 2024
1 parent f935d7a commit 6541c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elementary/monitor/fetchers/lineage/lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def get_nodes_depends_on_nodes(
sub_type=self.get_node_sub_type(node),
)
for node in nodes
# Ephemeral models are not included in the lineage graph.
if node["materialization"] != "ephemeral"
]

@staticmethod
Expand Down

0 comments on commit 6541c48

Please sign in to comment.