Registry
Updating the registry
Deleting objects from the registry
Using the CLI
# Delete any Feast object by name
feast delete my_feature_view
feast delete my_entity
feast delete my_feature_serviceUsing the Python SDK
Deleting feature views
Deleting feature services
Deleting entities, data sources, and other objects
Accessing the registry from clients
Option 1: programmatically specifying the registry
Option 2: specifying the registry in the project's feature_store.yaml file
feature_store.yaml fileLast updated
Was this helpful?