renamem orders

This commit is contained in:
2025-10-13 14:31:29 -03:00
parent 8c750e00d0
commit 466ff824dd
60 changed files with 165 additions and 59 deletions

View File

@@ -29,11 +29,10 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
path_spec='offset_days',
rename_key='dedup_window_offset_days',
)
+ SortKey('konviva')
+ SortKey('tenant', rename_key='org'),
+ SortKey('ORG', rename_key='org')
+ SortKey('konviva'),
# Post-migration: uncomment the following lines
# + SortKey('KONVIVA', rename_key='konviva')
# + SortKey('ORG', rename_key='org'),
flatten_top=False,
)
user = User.model_validate(new_image['user'])