Skip to content

Commit

Permalink
Update qprof-ui.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Sep 5, 2024
1 parent 7ea6ced commit f7896bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,10 @@
"\n",
"engine_tab_summary_1 = widgets.Output()\n",
"\n",
"tags = sorted(qprof.get_qexecution_report(return_useful_cols=True))\n",
"try:\n",
" tags = sorted(qprof.get_qexecution_report(return_useful_cols=True))\n",
"except:\n",
" tags=[\"est_rows\"]\n",
"\n",
"\n",
"selected_checkboxes = [\"exec_time_us\", \"prod_rows\", \"proc_rows\", \"clock_time_us\"]\n",
Expand Down

0 comments on commit f7896bc

Please sign in to comment.