Skip to content

Commit 19bd3f5

Browse files
committed
Add run_as attribute to HistoricalRecord
1 parent 4eb42f1 commit 19bd3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

23+
run_as: str
24+
"""The identity of the account that ran the workflow that generated this record."""
25+
2326
snapshot_id: int
2427
"""An identifier that is unique to the records produced for a given snapshot."""
2528

0 commit comments

Comments
 (0)