You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to insert/update rows using the /rows endpoints, SSS returned
"statusCode":404,"body":"{\"error\":\"COL1 is not a valid parameter,COL2 is not a valid parameter,COL3 is not a valid parameter,COL4 is not a valid parameter\",\"reason\":\"Validation failure\"
Debugging the issue I noticed that an error occurred loading the schema. However, that error is not propagated and an empty default schema is returned ...
Trying to insert/update rows using the
/rows
endpoints, SSS returnedDebugging the issue I noticed that an error occurred loading the schema. However, that error is not propagated and an empty default schema is returned ...
... causing validation failures because COL1, COL2 etc are unknown.
The text was updated successfully, but these errors were encountered: