Closed RacingTadpole closed 7 years ago
Hi, this seems to happen in cubes/sql/browser.py
in the fact
function.
In the condition :
condition = statement.columns[FACT_KEY_LABEL] == key_value
The first row (with the first id ) is always returned, it doesn't matter which key_value
you pass.
This seems to be fixed.
When I run
slicer serve
in theexample/hello_world
directory, and visithttp://localhost:5000/cube/irbd_balance/fact/20
,regardless of which id (eg. 20) I put at the end of the URL, I always get the same fact, with
__fact_key__: 1
. Have I missed something? Thanks!