We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d164c commit be3419dCopy full SHA for be3419d
data-collection/deploy/module-health-events.yaml
@@ -380,7 +380,7 @@ Resources:
380
logger.info(f'Uploaded {count} summary records to s3://{BUCKET_NAME}/{key}')
381
# clear any previous runs for the same day
382
bucket = boto3.resource('s3').Bucket(BUCKET_NAME)
383
- bucket.objects.filter(Prefix=ingestion_time.strftime(f"{PREFIX}/{PREFIX}-detail-data/payer_id={account_id}/year=%Y/month=%m/day=%d"))
+ bucket.objects.filter(Prefix=ingestion_time.strftime(f"{PREFIX}/{PREFIX}-detail-data/payer_id={account_id}/year=%Y/month=%m/day=%d")).delete()
384
sf = boto3.client('stepfunctions')
385
sf_input = {
386
"bucket": BUCKET_NAME,
0 commit comments