Skip to content

Commit 235fd43

Browse files
Updated the documentation to make it clear after spending some time.
Addressing the issue - #4626 Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
1 parent 8e0c1b5 commit 235fd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/feast/repo_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ class RepoConfig(FeastBaseModel):
158158
"""Repo config. Typically loaded from `feature_store.yaml`"""
159159

160160
project: StrictStr
161-
""" str: Feast project id. This can be any alphanumeric string up to 16 characters.
161+
""" str: This acts as a unique project identifier. This can be any alphanumeric string up to 16 characters and can have '_' but can not start with '_'.
162162
You can have multiple independent feature repositories deployed to the same cloud
163-
provider account, as long as they have different project ids.
163+
provider account, as long as they have different project identifier.
164164
"""
165165

166166
provider: StrictStr = "local"

0 commit comments

Comments
 (0)