Skip to content

Commit 9884ad2

Browse files
lacoak21tech3371
andauthored
Update sds_data_manager/lambda_code/SDSCode/pipeline_lambdas/spice_indexer.py
Co-authored-by: Tenzin Choedon <36522642+tech3371@users.noreply.github.com>
1 parent 2a4a0e4 commit 9884ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sds_data_manager/lambda_code/SDSCode/pipeline_lambdas/spice_indexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def send_spice_event(spice_obj: SPICEFilePath, s3_key: str):
571571

572572
eventbridge_client = boto3.client("events")
573573
# In order to trigger batch starter, the event must have a key, instrument and
574-
# data_level.
574+
# data_level. Otherwise, it sends event but never makes it because of SQS filter policy
575575
detail["object"]["instrument"] = "spacecraft"
576576
detail["object"]["data_level"] = "l1a"
577577

0 commit comments

Comments
 (0)