We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ucx_version
HistoryRecord
1 parent 6ba0adb commit acd928dCopy full SHA for acd928d
src/databricks/labs/ucx/progress/install.py
@@ -29,6 +29,9 @@ class HistoricalRecord:
29
snapshot_id: int
30
"""An identifier that is unique to the records produced for a given snapshot."""
31
32
+ ucx_version: str
33
+ "The UCX semantic version"
34
+
35
failures: list[str]
36
"""The list of problems associated with the object that this inventory record covers."""
37
0 commit comments