You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause is the transactions parameter of verticapy.performance.vertica.QueryProfiler requires integer type of transaction_id and statement_id, but current implement of /project/ui/qprof-ui.ipynb set string type of them:
The root cause is the
transactions
parameter of verticapy.performance.vertica.QueryProfiler requires integer type of transaction_id and statement_id, but current implement of /project/ui/qprof-ui.ipynb set string type of them:VerticaPyLab/project/ui/qprof-ui.ipynb
Line 52 in aad20d9
So QueryProfiler._set_request_qd can not search them in database at here:
https://github.com/vertica/VerticaPy/blob/15cba4776fa010991586be30e66a35b190befe32/verticapy/performance/vertica/qprof.py#L1531
Here is the simple fix:
The text was updated successfully, but these errors were encountered: