Skip to content

Commit

Permalink
Update project/ui/qprof_main.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Paulin <[email protected]>
  • Loading branch information
mail4umar and roypaulin authored Apr 24, 2024
1 parent 6cfaa90 commit 7ff1709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ui/qprof_main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
" logging.info('Trying to fetch the queries from query_request table [Query Profile Main Page]')\n",
" sql_query = \"SELECT * from query_requests WHERE request_type = 'QUERY' AND request LIKE 'select%' ORDER BY request_duration_ms DESC LIMIT 6;\"\n",
" result = vp.vDataFrame(sql_query)\n",
" logging.info('Successfuly fetched the queries from query_request table [Query Profile Main Page]')\n",
" logging.info('Successfully fetched the queries from query_request table [Query Profile Main Page]')\n",
" display(HTML(result._repr_html_()))\n",
" \n",
"logging.info('Trying to display Query Request Table button [Query Profile Main Page]')\n",
Expand Down

0 comments on commit 7ff1709

Please sign in to comment.