mondrian-rest icon indicating copy to clipboard operation
mondrian-rest copied to clipboard

A REST interface for Mondrian ROLAP server

Results 14 mondrian-rest issues
Sort by recently updated
recently updated
newest added

Moving from https://github.com/Datawheel/canon/issues/316 @MarcioPorto this is the one you're working on, right? The expected behavior would be to return data for any valid cuts (and ignore the invalid cut IDs).

@jazzido @jspeis just wanted to start the conversation about patching the race condition on connection init. As far as I can tell, this patch fixes NilClass errors that were occurring...

Not sure why this error occurred. Haven't seen it before, it just happened on a startup caching run for the main site, which hits a lot of cube endpoints. ```...

Per #35 , the goal would be to warn MR users of potential issues that can arise when two different IDs share the same name.

Noticed in Datawheel/mondrian-rest-ui#28 that cuts on Time dimensions containing months do not seem to work as expected and @frabarz mentioned that it is actually an issue in mondrian-rest

Steps to replicate: 1. Misconfigure the database connection (or temporarily shutoff DB) 2. Visit `/cubes` endpoint 3. A JDBC error shows up with the password in plaintext.

Feature request :) Multiple hierarchies per Dimension. I may be able to do some work on this soon.

The backtrace when you don't set the connection at all: ``` NoMethodError (undefined method `[]' for nil:NilClass): mondrian-olap (0.8.0) lib/mondrian/olap/connection.rb:15:in `initialize' mondrian-rest-0.7.0 (java) lib/mondrian_rest/api_helpers.rb:13:in `olap' mondrian-rest-0.7.0 (java) lib/mondrian_rest/api.rb:70:in `block in...

Some responses are too heavy in some cases: (HS). Add max depth param in Members to cut the recursive of its children.

what about something along the lines of `[Year].[Year].~&[2014]` to say any year that's *not* 2014