Closed
Description
Summary
Create a ucx.workflow_runs
table to persist UCX workflow runs, e.g. assessment
or migration-process
.
Description
Table schema
Column name | Data Type | Comment |
---|---|---|
started_at |
dt.datetime |
The timestamp of the workflow run start. |
finished_at |
dt.datetime |
The timestamp of the workflow run end. |
workspace_id |
int |
The workspace id in which the workflow job ran. |
workflow_name |
str |
The workflow name that ran, e.g. "migration-progress" or "assessment" |
workflow_id |
int |
The workflow id of the workflow that ran. |
workflow_run_id |
int |
The workflow run id. |
run_as |
str |
The identity the workflow was run as` |
status |
str |
The workflow status |
Metadata
Metadata
Assignees
Type
Projects
Status