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.
1 parent 0d5f34a commit e2610f6Copy full SHA for e2610f6
src/databricks/labs/ucx/progress/install.py
@@ -20,9 +20,6 @@ class HistoricalRecord:
20
job_run_id: int
21
"""The identifier of the job run that generated this record."""
22
23
- failures: list[str]
24
- """The list of problems associated with the object that this inventory record covers."""
25
-
26
object_type: str
27
"""The inventory table for which this record was generated."""
28
@@ -32,6 +29,9 @@ class HistoricalRecord:
32
29
data: dict[str, str]
33
30
"""Type-specific JSON-encoded data of the inventory record."""
34
31
+ failures: list[str]
+ """The list of problems associated with the object that this inventory record covers."""
+
35
owner: str
36
"""The identity that has ownership of the object."""
37
0 commit comments