cassandracassandra-3.0materialized-viewsstargate-oss

Does stargate work with Materialized view?


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
}

Solution

  • 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.