Skip to content

Commit 484ec41

Browse files
esc1144iakov-aws
authored andcommitted
Check for last run based on detail data being written, not summary
1 parent 3a73618 commit 484ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-collection/deploy/module-health-events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Resources:
354354
355355
count = 0
356356
if is_summary_mode:
357-
start_from, start_to = calculate_dates(BUCKET_NAME, f"{PREFIX}/{PREFIX}-summary-data/payer_id={account_id}")
357+
start_from, start_to = calculate_dates(BUCKET_NAME, f"{PREFIX}/{PREFIX}-detail-data/payer_id={account_id}")
358358
logger.info(f"Collecting events from {start_from} to {start_to}")
359359
args = {
360360
'maxResults':100,

0 commit comments

Comments
 (0)