Replies: 1 comment
-
@mhmdkrmabd I know we did this to leverage that JS lib, but we need to figure out another approach for this as changing the query is kind of an issue also when a user runs a SELECT JSON themselves, we need to return the JSON in a text box for them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently convert users query to SELECT JSON so it can be displayed in the UI. We need to not do this automatically and convert the results to JSON in the app rather than as part of the query as this can skew the query and the trace information.
Beta Was this translation helpful? Give feedback.
All reactions