volga-project / volga

Feature Engine for real-time AI/ML
Apache License 2.0
36 stars 4 forks source link

[On-Demand] Allow users to specify ranges/explicit timestamps for transformation #41

Open anovv opened 4 months ago

anovv commented 4 months ago

Currently we automatically pass request time timestamp (ts parameter in @on_demand function) and let user use it downstream. This is not ideal as it does not allow users to do window-based transforms (we need ranges) or bulk offline transforms (we need a list of timestamps/range). We need to improve this by redesigning user-facing API