Skip to content

Commit

Permalink
added small note about project naming
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Lin <[email protected]>
  • Loading branch information
Cody Lin committed Jul 30, 2021
1 parent 8b3a97a commit 110f89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/feature-repository/feature-store-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following top-level configuration options exist in the `feature_store.yaml`
* **registry** — Configures the location of the feature registry.
* **online\_store** — Configures the online store.
* **offline\_store** — Configures the offline store.
* **project** — Defines a namespace for the entire feature store. Can be used to isolate multiple deployments in a single installation of Feast.
* **project** — Defines a namespace for the entire feature store. Can be used to isolate multiple deployments in a single installation of Feast. Should only contain letters, numbers, and underscores.

Please see the [RepoConfig](https://rtd.feast.dev/en/latest/#feast.repo_config.RepoConfig) API reference for the full list of configuration options.

0 comments on commit 110f89d

Please sign in to comment.