provider
that has been configured in your feature_store.yaml file, as well as the feature definitions found in your feature repository.feast init
in a new directory.feast apply
from your command line while inside a feature repository:local
provider or one of the cloud providers like GCP
or AWS
, it may take from a couple of seconds to a minute to run to completion.feast materialize
. See Load data into the online store for more details.feast apply
, use the teardown
command.teardown
is an irreversible command and will remove all feature store infrastructure. Proceed with caution!