jazzido / mondrian-rest

A REST interface for Mondrian ROLAP server
MIT License
32 stars 8 forks source link

multiple cuts returns empty results if one of them is not found in cube #42

Open davelandry opened 5 years ago

davelandry commented 5 years ago

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 commented 5 years ago

Just for the record: let's implement this one with an optional boolean parameter (&validate_cuts={true, false}). It should default to true.