Does stargate work with Materialized view?

92 Views Asked by At

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

There are 1 best solutions below

2
On BEST ANSWER

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.