From a06749933569004ef9ee8b709262ed04271c14ba Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:51:02 +0000 Subject: [PATCH] Include Job ID in export schema --- CHANGELOG.rst | 6 ++++++ brewtils/schemas.py | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0980fd55..4d173769 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Brewtils Changelog ================== +3.26.4 +------ +TBD + +- Expand Job Export to include Job id + 3.26.3 ------ 7/10/24 diff --git a/brewtils/schemas.py b/brewtils/schemas.py index a1fa4fbe..92427abd 100644 --- a/brewtils/schemas.py +++ b/brewtils/schemas.py @@ -556,7 +556,6 @@ def __init__(self, *args, **kwargs): # exclude fields from a Job that we don't want when we later go to import # the Job definition self.opts.exclude += ( - "id", "next_run_time", "success_count", "error_count",