OptimeeringBigya
OptimeeringBigya
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
The import time of the library seems to be very high. ### Steps to reproduce: #### Import times with only feast installed Create a fresh virtual environment and install feast....
## Expected Behavior Successfully write data into Redis Online Store. ## Current Behavior Fails with exception raised. ``` File "/home/user/source_code/feast_exp/.venv/lib/python3.11/site-packages/feast/infra/online_stores/redis.py", line 293, in online_write_batch redis_key_bin = _redis_key( ^^^^^^^^^^^ File "/home/user/source_code/feast_exp/.venv/lib/python3.11/site-packages/feast/infra/online_stores/helpers.py",...