Skip to content

Commit

Permalink
Merge pull request #1784 from elementary-data/ele-3965-fix-hibob-issu…
Browse files Browse the repository at this point in the history
…e-with-missing-exposures

when one of the dependancies appears, the exposure should be included
  • Loading branch information
ofek1weiss authored Jan 15, 2025
2 parents 81f8ccf + 2e791af commit 9657b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/monitor/api/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def _exposure_has_upstream_node(
if not visited:
visited = set()

return all(
return any(
dep not in visited
and (
dep in upstream_node_ids
Expand Down

0 comments on commit 9657b63

Please sign in to comment.