File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments