Skip to content

Commit

Permalink
Merge branch 'datahub-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jan 6, 2025
2 parents ad83535 + 842c8f9 commit d3b4a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _get_soft_deleted_queries(self) -> Iterable[str]:
)
break
scroll_across_entities = result.get("scrollAcrossEntities")
if not scroll_across_entities:
if not scroll_across_entities or not scroll_across_entities.get("count"):
break
scroll_id = scroll_across_entities.get("nextScrollId")
self.report.num_queries_found += scroll_across_entities.get("count")
Expand Down

0 comments on commit d3b4a5f

Please sign in to comment.