Skip to content

Commit

Permalink
Merge pull request #469 from lsst/tickets/DM-48880
Browse files Browse the repository at this point in the history
DM-48880: Only use dataset query constraints that actually inputs.
  • Loading branch information
TallJimbo authored Feb 12, 2025
2 parents e430572 + 83f85ea commit e821df5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ def from_builder(
"subgraph, on the assumption that they are relevant for a different subraph.",
remainder,
)
constraint.intersection_update(inputs)
builder.log.debug(f"Constraining graph query using {constraint}")
datasets = constraint
else:
Expand Down

0 comments on commit e821df5

Please sign in to comment.