Skip to content

Commit e2610f6

Browse files
committed
Move failures down
1 parent 0d5f34a commit e2610f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/databricks/labs/ucx/progress/install.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ class HistoricalRecord:
2020
job_run_id: int
2121
"""The identifier of the job run that generated this record."""
2222

23-
failures: list[str]
24-
"""The list of problems associated with the object that this inventory record covers."""
25-
2623
object_type: str
2724
"""The inventory table for which this record was generated."""
2825

@@ -32,6 +29,9 @@ class HistoricalRecord:
3229
data: dict[str, str]
3330
"""Type-specific JSON-encoded data of the inventory record."""
3431

32+
failures: list[str]
33+
"""The list of problems associated with the object that this inventory record covers."""
34+
3535
owner: str
3636
"""The identity that has ownership of the object."""
3737

0 commit comments

Comments
 (0)