add ft to migrate from cognito
This commit is contained in:
@@ -74,7 +74,7 @@ def get_enrollment(id: str):
|
||||
+ SortKey('0')
|
||||
# + SortKey('STARTED', rename_key='started_at', path_spec='started_at')
|
||||
# + SortKey('COMPLETED', rename_key='completed_at', path_spec='completed_at')
|
||||
+ SortKey('FAILED', rename_key='failed_at', path_spec='failed_at')
|
||||
# + SortKey('FAILED', rename_key='failed_at', path_spec='failed_at')
|
||||
+ SortKey('CANCELED', rename_key='canceled')
|
||||
+ SortKey('ARCHIVED', rename_key='archived_at', path_spec='archived_at')
|
||||
+ SortKey('CANCEL_POLICY', rename_key='cancel_policy')
|
||||
|
||||
Reference in New Issue
Block a user