Does stargate work with Materialized view?

Viewed 62

I created a materialized view on Datastax cassandra. When I am using Stargate rest api to get the data from the view, it returns

{
    "description": "Resource not found: table 'view_user_by_status' not found",
    "code": 404
}
1 Answers

At this time no. I've been meaning to log a Github issue on this, it should be a pretty simple change. I'll get an issue logged and update this answer with the link.

EDIT: Here's the issue.

Related