-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hey all,
I am actively using this datasource in my teams Grafana instance and it works great so far in terms of what we do with it except for not allowing queries to end with a semicolon.
For example show schemas from glue
is valid but show schemas from glue;
throws
error querying the database: trino: query failed (200 OK): "USER_ERROR: line 1:23: mismatched input ';'. Expecting: 'LIKE', <EOF>"
This seems out of line with when I run the trino client locally from my cli, and queries are required to end with a semicolon within that interaction.
Why is that?
Metadata
Metadata
Assignees
Labels
No labels