Skip to content

[FEATURE] Create a ucx.workflow_runs table #2600

Closed
@JCZuurmond

Description

@JCZuurmond

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

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions