Skip to content

Commit 9657b63

Browse files
authored
Merge pull request #1784 from elementary-data/ele-3965-fix-hibob-issue-with-missing-exposures
when one of the dependancies appears, the exposure should be included
2 parents 81f8ccf + 2e791af commit 9657b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elementary/monitor/api/models/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def _exposure_has_upstream_node(
229229
if not visited:
230230
visited = set()
231231

232-
return all(
232+
return any(
233233
dep not in visited
234234
and (
235235
dep in upstream_node_ids

0 commit comments

Comments
 (0)