Skip to content

Commit 5627d7c

Browse files
authored
fix: Add transformation_service_endpoit to support Go feature server. (#5071)
* fix: Add transformation_service_endpoit to support Go feature server. Signed-off-by: Shuchu Han <[email protected]> * fix: Fix lint issue. Signed-off-by: Shuchu Han <[email protected]> --------- Signed-off-by: Shuchu Han <[email protected]>
1 parent 4231274 commit 5627d7c

File tree

1 file changed

+4
-1
lines changed
  • sdk/python/feast/infra/feature_servers/local_process

1 file changed

+4
-1
lines changed

sdk/python/feast/infra/feature_servers/local_process/config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44

55

66
class LocalFeatureServerConfig(BaseFeatureServerConfig):
7+
# Feature server type selector.
78
type: Literal["local"] = "local"
8-
"""Feature server type selector."""
9+
10+
# The endpoint definition for transformation_service
11+
transformation_service_endpoint: str = "localhost:6569"

0 commit comments

Comments
 (0)