Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SPARQL Status Magic Should Not Require Query ID #336

Closed
triggan opened this issue Jul 21, 2022 · 0 comments · Fixed by #337
Closed

[BUG] SPARQL Status Magic Should Not Require Query ID #336

triggan opened this issue Jul 21, 2022 · 0 comments · Fixed by #337
Labels
bug Something isn't working

Comments

@triggan
Copy link
Contributor

triggan commented Jul 21, 2022

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

  1. Create a new cell in any notebook.
  2. Insert the %sparql_status magic with no other parameters.
  3. Run the cell.

Expected behavior
Running the %sparql_status magic without parameters should return a data structure of the following:

{
  "acceptedQueryCount": 12,
  "runningQueryCount": 0,
  "queries": []
}

Desktop (please complete the following information):

  • OS: MacOSX BigSur
  • Browser: Firefox
  • Version: Graph-Notebook 3.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant