Skip to content

Commit

Permalink
Add ucx_version to HistoryRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Sep 25, 2024
1 parent 6ba0adb commit acd928d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/databricks/labs/ucx/progress/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down

0 comments on commit acd928d

Please sign in to comment.