DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

Question: Aggregates with many cuts and huge urls (POST method) #373

Open pablolmedorado opened 8 years ago

pablolmedorado commented 8 years ago

Hello everyone;

I'm working with thousands of records and sometimes, when I try to use many filters (cuts), the resulting url is huge (> 2000 characters).

In these cases the GET method does not work and if I try to make the request with POST, I get an error 405 (Method Not Allowed).

Is possible to enable the POST method?

Thanks in advance.

PS: I'm using v1.1alpha

pablolmedorado commented 8 years ago

Finally I upgraded to the final version 1.1. and modified a couple lines of code.

I write them here in case someone needs it:

cubes/server/blueprint.py (aggregate function)

regards