MCPcopy
hub / github.com/feast-dev/feast / plan_infra

Method plan_infra

sdk/python/feast/infra/provider.py:94–104  ·  view source on GitHub ↗

Returns the Infra required to support the desired registry. Args: config: The RepoConfig for the current FeatureStore. desired_registry_proto: The desired registry, in proto form.

(
        self, config: RepoConfig, desired_registry_proto: RegistryProto
    )

Source from the content-addressed store, hash-verified

92 pass
93
94 def plan_infra(
95 self, config: RepoConfig, desired_registry_proto: RegistryProto
96 ) -> Infra:
97 """
98 Returns the Infra required to support the desired registry.
99
100 Args:
101 config: The RepoConfig for the current FeatureStore.
102 desired_registry_proto: The desired registry, in proto form.
103 """
104 return Infra()
105
106 @abstractmethod
107 def teardown_infra(

Callers 1

planMethod · 0.45

Calls 1

InfraClass · 0.90

Tested by

no test coverage detected