MCPcopy Create free account
hub / github.com/feast-dev/feast / serve

Method serve

sdk/python/feast/offline_server.py:552–559  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

550 return pa.table({"name": column_names, "type": types})
551
552 def serve(self):
553 message = "offline server starting with pid: "
554 logger.info(
555 message + "[%d]",
556 os.getpid(),
557 extra={"color_message": message + "[" + click.style("%d", fg="cyan") + "]"},
558 )
559 super().serve()
560
561 def shutdown(self):
562 message = "Sending a shutdown signal to the offline server running with pid:: "

Callers 1

start_serverFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected