Closed andy-esch closed 6 years ago
Same errors are now happening over cartoframes' CI: https://travis-ci.org/CartoDB/cartoframes/jobs/322242189#L632-L634 This same test suite passed yesterday.
cc @hannahblue
The problem was that the DO configuration for both production
and staging
in the cdb_conf
table was incorrect.
The dbname
entry in data_observatory_conf
has to point to a DO database with the DO extension deployed on it. I have added more info about it in the internal documentation.
Thanks for the info, @antoniocarlon. Everything seems to be back to normal now.
I'm getting the following for
OBS_GetAvailableGeometries
:I noticed it through other usage, but it's not even working from basic docs code snippets:
I've had the same problem in Builder and through the SQL API, both on team account and a separate user account (user
cartoframes
).cc @antoniocarlon