update layercake
This commit is contained in:
@@ -50,7 +50,11 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
enrollment,
|
||||
org=metadata.get('org', None),
|
||||
subscription=subscription,
|
||||
deduplication_window={'offset_days': metadata['dedup_window_offset_days']},
|
||||
linked_entities=frozenset({LinkedEntity(new_image['id'], 'ENROLLMENT')}),
|
||||
deduplication_window={
|
||||
'offset_days': metadata['dedup_window_offset_days'],
|
||||
},
|
||||
linked_entities=frozenset(
|
||||
{LinkedEntity(new_image['id'], 'ENROLLMENT')},
|
||||
),
|
||||
persistence_layer=dyn,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user