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
Describe the bug
When using the %sparql_status magic without a specified query ID, it should return a list of all running queries and a number of accepted (but not running) queries. Instead, it currently returns the following error:
{'error': ValueError('query_id must be a non-empty string')}
To Reproduce
Create a new cell in any notebook.
Insert the %sparql_status magic with no other parameters.
Run the cell.
Expected behavior
Running the %sparql_status magic without parameters should return a data structure of the following:
Describe the bug
When using the
%sparql_status
magic without a specified query ID, it should return a list of all running queries and a number of accepted (but not running) queries. Instead, it currently returns the following error:{'error': ValueError('query_id must be a non-empty string')}
To Reproduce
%sparql_status
magic with no other parameters.Expected behavior
Running the
%sparql_status
magic without parameters should return a data structure of the following:Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: