Skip to content

Commit

Permalink
Clarify arguments to get_staging_source_counts
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Feb 28, 2024
1 parent f4613ba commit 47efec8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def get_staging_source_counts(source_index: str, es_host: str):

response = es_conn.search(
index=source_index,
# Return 0 records from the search query; we only care about the
# aggregations
size=0,
aggregations={
"unique_sources": {
Expand Down

0 comments on commit 47efec8

Please sign in to comment.