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 @@ -20,9 +20,6 @@ class HistoricalRecord:
20
20
job_run_id : int
21
21
"""The identifier of the job run that generated this record."""
22
22
23
- snapshot_id : int
24
- """An identifier that is unique to the records produced for a given snapshot."""
25
-
26
23
failures : list [str ]
27
24
"""The list of problems associated with the object that this inventory record covers."""
28
25
@@ -41,6 +38,9 @@ class HistoricalRecord:
41
38
ucx_version : str = __version__
42
39
"""The UCX semantic version."""
43
40
41
+ snapshot_id : int | None = None
42
+ """An identifier that is unique to the records produced for a given snapshot."""
43
+
44
44
object_type_version : int = 0
45
45
"""Versioning of inventory table, for forward compatibility."""
46
46
You can’t perform that action at this time.
0 commit comments