Open kevinjnguyen opened 1 year ago
this is confusing to me because we have integration tests for percent slicing, which should be working per the last integration test run.
see: https://github.com/kaskada-ai/kaskada/blob/main/tests/integration/api/query_v1_slicing_test.go
could the issue only be for entityfilters?
could the issue only be for entityfilters?
This appears to be true. I ran it again for the Entity Percent Filters and it appears to work as expected. My initial try may just not have refreshed the filter.
I wonder if it could be related to the hash function? Perhaps the entity is being compared differently (eg., hashing a different value) so the hashes are never equal?
Description Slicing (documented here) does not produce the expected results for either
EntityPercentFilter
orEntityFilter
. Both appear to return no results.To Reproduce Steps to reproduce the behavior:
entity_keys = ["m0", "m10"] entity_filter = EntityFilter(entity_keys) kaskada.client.set_default_slice(entity_filter)
Actual Behavior The result of the query is an empty dataframe.
Expected Behavior A filtered dataset with only results for
m0
andm10
(about 100) records.Additional context
Relevant Logs / Links Relevant stack traces, results, links, or screenshots of the issue.
Manager Logs
Engine Logs