Skip to content

Commit

Permalink
Makes filtered search deletes include BOTH removed and non-removed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored Mar 17, 2022
1 parent 693aedc commit 0a522e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/cli/cli_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def get_urns_by_filter(
filter_criteria.append(
{
"field": "removed",
"value": "true",
"value": "", # accept anything regarding removed property (true, false, non-existent)
"condition": "EQUAL",
}
)
Expand Down

0 comments on commit 0a522e5

Please sign in to comment.