Skip to content

Commit

Permalink
fix: Add transformation_service_endpoit to support Go feature server. (
Browse files Browse the repository at this point in the history
…#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]>
  • Loading branch information
shuchu authored Feb 19, 2025
1 parent 4231274 commit 5627d7c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@


class LocalFeatureServerConfig(BaseFeatureServerConfig):
# Feature server type selector.
type: Literal["local"] = "local"
"""Feature server type selector."""

# The endpoint definition for transformation_service
transformation_service_endpoint: str = "localhost:6569"

0 comments on commit 5627d7c

Please sign in to comment.