Skip to content

Commit acd928d

Browse files
committed
Add ucx_version to HistoryRecord
1 parent 6ba0adb commit acd928d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/databricks/labs/ucx/progress/install.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class HistoricalRecord:
2929
snapshot_id: int
3030
"""An identifier that is unique to the records produced for a given snapshot."""
3131

32+
ucx_version: str
33+
"The UCX semantic version"
34+
3235
failures: list[str]
3336
"""The list of problems associated with the object that this inventory record covers."""
3437

0 commit comments

Comments
 (0)