MCPcopy Index your code
hub / github.com/feast-dev/feast / serve_transformations_command

Function serve_transformations_command

sdk/python/feast/cli/serve.py:172–176  ·  view source on GitHub ↗

[Experimental] Start a feature consumption server locally on a given port.

(ctx: click.Context, port: int)

Source from the content-addressed store, hash-verified

170)
171@click.pass_context
172def serve_transformations_command(ctx: click.Context, port: int):
173 """[Experimental] Start a feature consumption server locally on a given port."""
174 store = create_feature_store(ctx)
175
176 store.serve_transformations(port)
177
178
179@click.command("serve_registry")

Callers

nothing calls this directly

Calls 2

create_feature_storeFunction · 0.90
serve_transformationsMethod · 0.80

Tested by

no test coverage detected