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

Function teardown

sdk/python/feast/repo_operations.py:539–542  ·  view source on GitHub ↗
(repo_config: RepoConfig, repo_path: Optional[str])

Source from the content-addressed store, hash-verified

537
538
539def teardown(repo_config: RepoConfig, repo_path: Optional[str]):
540 # Cannot pass in both repo_path and repo_config to FeatureStore.
541 feature_store = FeatureStore(repo_path=repo_path, config=repo_config)
542 feature_store.teardown()
543
544
545def registry_dump(repo_config: RepoConfig, repo_path: Path) -> str:

Callers 1

teardown_commandFunction · 0.90

Calls 2

teardownMethod · 0.95
FeatureStoreClass · 0.90

Tested by

no test coverage detected