cubes icon indicating copy to clipboard operation
cubes copied to clipboard

Date fields do not accept '__null__' cuts

Open pablolmedorado opened this issue 7 years ago • 0 comments

I'm working with version 1.1 of Cubes.

When I try to filter a date type field (role: time), I can't use the 'null' value.

The error I get is 'TypeError: expected string or bytes-like object' (calendar.py line 252) https://github.com/DataBrewery/cubes/blob/f3364d9d4d77f676d451a68d8bd39b5dd36b3e8f/cubes/calendar.py#L252

Is there a way to filter by null date?

Related issue: https://github.com/DataBrewery/cubes/issues/437

Thanks in advance.

pablolmedorado avatar Mar 01 '18 09:03 pablolmedorado