We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c495ef + 940959c commit ba8b114Copy full SHA for ba8b114
elementary/monitor/fetchers/lineage/lineage.py
@@ -31,6 +31,8 @@ def get_nodes_depends_on_nodes(
31
sub_type=self.get_node_sub_type(node),
32
)
33
for node in nodes
34
+ # Ephemeral models are not included in the lineage graph.
35
+ if node["materialization"] != "ephemeral"
36
]
37
38
@staticmethod
0 commit comments