Skip to content

Commit 78cfd92

Browse files
committed
update query
1 parent 4a16b02 commit 78cfd92

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

analysis/kusto/dashboard-stable.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -174,30 +174,6 @@
174174
"df_unknown = run_kql(client, query)\n",
175175
"display(df_unknown)"
176176
]
177-
},
178-
{
179-
"cell_type": "markdown",
180-
"id": "12",
181-
"metadata": {},
182-
"source": [
183-
"---\n",
184-
"## 6. Registration Failure Stage Breakdown (stable >= 1.24.0)\n",
185-
"\n",
186-
"For each manager that failed, shows **which stage** in the registration flow broke.\n",
187-
"Filtered to stable releases only — gives a clean signal free of pre-release noise.\n",
188-
"`failureStage` is hierarchical (e.g. `getPipenv:nativeFinderRefresh`). High counts at a specific stage = priority fix target."
189-
]
190-
},
191-
{
192-
"cell_type": "code",
193-
"execution_count": null,
194-
"id": "13",
195-
"metadata": {},
196-
"outputs": [],
197-
"source": [
198-
"df_stages = run_kql_file(client, \"10-stable-failure-stage-breakdown.kql\")\n",
199-
"display(df_stages)"
200-
]
201177
}
202178
],
203179
"metadata": {

0 commit comments

Comments
 (0)