File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/databricks/labs/ucx/progress Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,14 @@ class HistoricalRecord:
23
23
run_as : str
24
24
"""The identity of the account that ran the workflow that generated this record."""
25
25
26
+ run_start_time : dt .datetime
27
+ """When this record was generated."""
28
+
26
29
snapshot_id : int
27
30
"""An identifier that is unique to the records produced for a given snapshot."""
28
31
29
- run_start_time : dt . datetime
30
- """When this record was generated ."""
32
+ failures : list [ str ]
33
+ """The list of problems associated with the object that this inventory record covers ."""
31
34
32
35
object_type : str
33
36
"""The inventory table for which this record was generated."""
@@ -41,9 +44,6 @@ class HistoricalRecord:
41
44
object_owner : str
42
45
"""The identity that has ownership of the object."""
43
46
44
- failures : list [str ]
45
- """The list of problems associated with the object that this inventory record covers."""
46
-
47
47
object_type_version : int = 0
48
48
"""Versioning of inventory table, for forward compatibility."""
49
49
You can’t perform that action at this time.
0 commit comments