-
Notifications
You must be signed in to change notification settings - Fork 7
Error when requesting data #14
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
Describe the bug
I am trying to run the following query, select * from orders, in order to get the corresponding data but it does not work and in the query inspector it says the following:
{
"request": {...},
"response": {
"message": "An error occurred within the plugin",
"messageId": "plugin.downstreamError",
"statusCode": { "statusCode": 500,
"traceID": "56cf6ca5699814f9"
}
}
I'm currently running the same query but with another table and it's working normally. Does anyone know what it could be?
Expected behavior
The expected result would be to be able to fetch the information from the table.
Screenshots


I am using grafana cloud version 9.5.3. From the grafana website.