We are connected to a postgresql datasource, and w...
# gooddata-cloud
o
We are connected to a postgresql datasource, and we are getting this message:
Copy code
Raw error response
{
	"title": "Bad Request",
	"status": 400,
	"detail": "An error has occurred while calculating the result",
	"resultId": "7a8e7e0de5d413100d724cc2a7eff5ecdb99895b",
	"reason": "General error",
	"traceId": "1c7c422084e74522a18e2a5e449c13dd"
}
is it possible to get a more meaningful info that would help us find the root cause of this issue?
We are able to verify the connection successfully, but once we try to create a visualization we are getting the Bad Request errors
We are also able to query the tables with no issues from other clients
i
Hi Oscar, From the brisk check, it simply indicates some data error. May I know how exactly are you trying to create this visualization, please? Directly from UI or via API?
o
from the UI, we basically just tried to visualize the
Shipment
table and just dragged the
Shipment number
field into the
Metrics
pane, then we get the
SORRY, WE CAN'T DISPLAY THIS VISUALIZATION
error with some traceId, but not much detail
we figured it out.
🙌 1
i
Glad to hear so. May I know what was the issue here, please?