We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3146b1 commit 9502991Copy full SHA for 9502991
src/databricks/labs/ucx/progress/workflow_runs.py
@@ -42,7 +42,7 @@ def __init__(
42
ucx_catalog: str,
43
*,
44
workspace_id: int,
45
- workflow_name,
+ workflow_name: str,
46
workflow_id: int,
47
workflow_run_id: int,
48
workflow_run_attempt: int,
tests/unit/progress/test_workflow_runs.py
@@ -28,4 +28,3 @@ def test_workflow_run_record_records_workflow_run(mock_backend) -> None:
28
assert rows[0].workflow_id == 123
29
assert rows[0].workflow_run_id == 456
30
assert rows[0].workflow_run_attempt == 0
31
-
0 commit comments