Disconnect between terminal window and GraphStudio

I ran the “INSTALL QUERY *” command in the terminal window but it says all queries have been installed.

However, after refreshing GraphStudio this is what I see. Can someone please explain the disconnect here?

image

Thank you

Hi gpadvorac,

In order to support working-in-progress GSQL queries, GraphStudio has a query draft layer. So if you added the query from GraphStudio (explicitly via adding a query or implicitly via import solution or schema change), you have to install that query from GraphStudio. Once the query is installed, the draft will be removed and you can run that query.
If you add the query from GraphStudio and install the query from GSQL, GraphStudio doesn’t know that and the draft is still there, masking your actual installed one.

Best,
Renchu

1 Like