feast-dev / feast-java-old

Feast Java Components
Apache License 2.0
12 stars 29 forks source link

Add support for on demand transforms using the Python FTS #40

Closed felixwang9817 closed 2 years ago

felixwang9817 commented 2 years ago

This PR adds support for on demand transformations by calling into the Python feature transformation server. See this PR for more details on the Python FTS.

I have tested this by initializing a new feature repo, adding ODFVs, starting the Python FTS, starting the Java feature server, and then confirming that the Java feature server returns the ODFVs as expected.

Signed-off-by: Felix Wang wangfelix98@gmail.com

adchia commented 2 years ago

/lgtm