feast-dev / feast-dev/feast

Support for typed features in grpc write request

Open
#6,117 0 comments 0 reactions 0 assignees View on GitHub
kind/feature
Dominant language
Python
Stars
7.3k
Forks
1.4k
Avg merge
1d 21h
Merged PRs (30d)
15

Description

**Is your feature request related to a problem? Please describe.**
Currently, for grpc WriteToOnlineRequest, features map is written as Map to feast feature server. This makes it impossible to write any complex types (array, map, struct).

**Describe the solution you'd like**
We should be able to alternatively write Map to feast feature server for writes.

**Describe alternatives you've considered**
Possibly write JSON formatted strings but would require client to serialize and server to deserialize which is wasteful from PROTO perspective

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.