We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(originally reported by @clun)
When enabling API Tables feature (via header) in Astra Dev, I get following failure:
{ "status": { "ok": 0 }, "errors": [ { "message": "root cause: (java.lang.IllegalArgumentException) Unknown profile 'table-create_schema'. Check your configuration.", "errorCode": "SERVER_UNHANDLED_ERROR", "id": "11af9efa-b1c6-4256-9438-3bacbaa62458", "family": "SERVER", "title": "Server failed", "scope": "DATABASE" } ] }
The text was updated successfully, but these errors were encountered:
This seems to be due to our deployed src/main/resources/application.conf differing from one included in repo, specifically missing 3 new profiles.
src/main/resources/application.conf
Sorry, something went wrong.
Fixed via: https://github.com/riptano/serverless-platform-charts/pull/1188 will need a new deployment (with updated chart(s)) to resolve the issue.
tatu-at-datastax
No branches or pull requests
(originally reported by @clun)
When enabling API Tables feature (via header) in Astra Dev, I get following failure:
The text was updated successfully, but these errors were encountered: