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

Method delete_feature_service

sdk/python/feast/infra/registry/sql.py:637–644  ·  view source on GitHub ↗
(self, name: str, project: str, commit: bool = True)

Source from the content-addressed store, hash-verified

635 self.refresh()
636
637 def delete_feature_service(self, name: str, project: str, commit: bool = True):
638 return self._delete_object(
639 feature_services,
640 name,
641 project,
642 "feature_service_name",
643 FeatureServiceNotFoundException,
644 )
645
646 def _get_data_source(self, name: str, project: str) -> DataSource:
647 return self._get_object(

Callers 1

apply_diff_to_registryFunction · 0.45

Calls 1

_delete_objectMethod · 0.95

Tested by

no test coverage detected