Skip to content

Commit 0d5f34a

Browse files
committed
Change object_data to data
1 parent d2556a5 commit 0d5f34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class HistoricalRecord:
2929
object_id: list[str]
3030
"""The type-specific identifier for this inventory record."""
3131

32-
object_data: str
32+
data: dict[str, str]
3333
"""Type-specific JSON-encoded data of the inventory record."""
3434

3535
owner: str

0 commit comments

Comments
 (0)