You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sdk/python/feast/repo_config.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -158,9 +158,9 @@ class RepoConfig(FeastBaseModel):
158
158
"""Repo config. Typically loaded from `feature_store.yaml`"""
159
159
160
160
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 '_'.
162
162
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.
0 commit comments