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

Method initialize

sdk/python/feast/infra/provider.py:528–529  ·  view source on GitHub ↗
(self, config: RepoConfig)

Source from the content-addressed store, hash-verified

526
527 @abstractmethod
528 async def initialize(self, config: RepoConfig) -> None:
529 pass
530
531 @abstractmethod
532 async def close(self) -> None:

Callers 2

lifespanFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected