From c18910d73f8a83c39ad6c9363f8b1b9a04ad6ffb Mon Sep 17 00:00:00 2001 From: Dragon Dave McKee Date: Tue, 26 Mar 2024 17:20:30 +0000 Subject: [PATCH] Remove uuid prefix --- CHANGELOG.md | 1 + src/caselawclient/models/utilities/aws.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff79e99a..6f45e559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. ## Unreleased +- Remove fcl_ex_id_ prefix from UUID of reparse execution ID ## [Release 22.1.0] diff --git a/src/caselawclient/models/utilities/aws.py b/src/caselawclient/models/utilities/aws.py index aee339e3..c464d7a5 100644 --- a/src/caselawclient/models/utilities/aws.py +++ b/src/caselawclient/models/utilities/aws.py @@ -241,7 +241,7 @@ def request_parse( .replace("+00:00", "Z"), "function": "fcl-judgment-parse-request", "producer": "FCL", - "executionId": f"fcl_ex_id_{uuid.uuid4()}", + "executionId": str(uuid.uuid4()), "parentExecutionId": None, }, "parameters": {