File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/databricks/labs/ucx/progress Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ class HistoricalRecord:
32
32
object_type : str
33
33
"""The inventory table for which this record was generated."""
34
34
35
- object_type_version : int
36
- """Versioning of inventory table, for forward compatibility."""
37
-
38
35
object_id : list [str ]
39
36
"""The type-specific identifier for this inventory record."""
40
37
@@ -47,6 +44,9 @@ class HistoricalRecord:
47
44
failures : list [str ]
48
45
"""The list of problems associated with the object that this inventory record covers."""
49
46
47
+ object_type_version : int = 0
48
+ """Versioning of inventory table, for forward compatibility."""
49
+
50
50
51
51
class HistoryInstallation :
52
52
"""Install resources for UCX's artifacts history.
You can’t perform that action at this time.
0 commit comments