%md # Centralized Feature Store example
In this notebook, you create a feature table in a remote Feature Store workspace (Workspace B). Then, working with this notebook in your local workspace, you use the feature table in Workspace B to train a model and register the model to a Model Registry in a different remote workspace (Workspace C).
1. In the remote workspace where the feature table will be created (Workspace B), create an access token.
2. In the current workspace, create secrets and store the access token and the remote workspace information. The easiest way is to use the Databricks CLI, but you can also use the Secrets REST API.
1. Create a secret scope: .
2. Pick a unique name for the remote workspace (Workspace B), shown here as . Then create three secrets:
**Before you run this notebook, enter the secret scope and key prefix corresponding to the remote feature store workspace (Workspace B) in the notebook parameter fields above.**
Centralized Feature Store example
In this notebook, you create a feature table in a remote Feature Store workspace (Workspace B). Then, working with this notebook in your local workspace, you use the feature table in Workspace B to train a model and register the model to a Model Registry in a different remote workspace (Workspace C).
Notebook setup
databricks secrets create-scope --scope <scope>
.<prefix>
. Then create three secrets:Before you run this notebook, enter the secret scope and key prefix corresponding to the remote feature store workspace (Workspace B) in the notebook parameter fields above.