Skip to content

Commit

Permalink
fixes for dist data sync fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Jun 17, 2024
1 parent 38f0259 commit 73e916b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __init__(
self,
f"{id}: Batch Data Sync: Map Start",
comment="Runs requests for batch sync in parallel",
items_path=f"$.tasks.{prep_batch_sync_task_name}.response.Payload.requests",
items_path=f"$.tasks.{prep_batch_sync_task_name}.response.requests",
result_path=sfn.JsonPath.DISCARD,
)

Expand All @@ -172,7 +172,7 @@ def __init__(
id=f"{id}: Batch Data Sync",
env_base=env_base,
name="batch-data-sync",
payload_path="$.request",
payload_path="$.requests",
image=(
aibs_informatics_docker_asset
if isinstance(aibs_informatics_docker_asset, str)
Expand Down

0 comments on commit 73e916b

Please sign in to comment.