Skip to content
New issue

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

Table feature fail due to missing CQL Driver profiles #1540

Closed
tatu-at-datastax opened this issue Oct 14, 2024 · 2 comments
Closed

Table feature fail due to missing CQL Driver profiles #1540

tatu-at-datastax opened this issue Oct 14, 2024 · 2 comments
Assignees

Comments

@tatu-at-datastax
Copy link
Contributor

tatu-at-datastax commented Oct 14, 2024

(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"
        }
    ]
}
@tatu-at-datastax
Copy link
Contributor Author

This seems to be due to our deployed src/main/resources/application.conf differing from one included in repo, specifically missing 3 new profiles.

@tatu-at-datastax
Copy link
Contributor Author

Fixed via: https://github.com/riptano/serverless-platform-charts/pull/1188 will need a new deployment (with updated chart(s)) to resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant