Skip to content

Commit

Permalink
[graphql] fix backfill target keys (#25964)
Browse files Browse the repository at this point in the history
in #25736 I mistakenly thought
filtering down to the nodes in the target set in the first pass would
act as the previous `if k in self.target_subset.asset_keys` but the list
becomes filled with `parent_keys` so need to preserve that check

## How I Tested These Changes

updated test so it failed without this fix 

## Changelog

[ui] no longer display extraneous assets in the asset backfill page, a
problem introduced in 1.9.2
  • Loading branch information
alangenfeld authored Nov 18, 2024
1 parent b11a0fb commit f9ba364
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 732 deletions.
Loading

0 comments on commit f9ba364

Please sign in to comment.