From acd928dd6519d651ac62a4deed2ba98c7fa36bd5 Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Wed, 25 Sep 2024 14:32:52 +0200 Subject: [PATCH] Add `ucx_version` to `HistoryRecord` --- src/databricks/labs/ucx/progress/install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/databricks/labs/ucx/progress/install.py b/src/databricks/labs/ucx/progress/install.py index effaeab783..4d2816f5f9 100644 --- a/src/databricks/labs/ucx/progress/install.py +++ b/src/databricks/labs/ucx/progress/install.py @@ -29,6 +29,9 @@ class HistoricalRecord: snapshot_id: int """An identifier that is unique to the records produced for a given snapshot.""" + ucx_version: str + "The UCX semantic version" + failures: list[str] """The list of problems associated with the object that this inventory record covers."""