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
// FeastProject is the Feast project id. This can be any alphanumeric string with underscores and hyphens, but it cannot start with an underscore or hyphen. Required.
Copy file name to clipboardExpand all lines: infra/feast-operator/docs/api/markdown/ref.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ _Appears in:_
218
218
219
219
| Field | Description |
220
220
| --- | --- |
221
-
|`feastProject`_string_| FeastProject is the Feast project id. This can be any alphanumeric string with underscores, but it cannot start with an underscore. Required. |
221
+
|`feastProject`_string_| FeastProject is the Feast project id. This can be any alphanumeric string with underscores and hyphens, but it cannot start with an underscore or hyphen. Required. |
f"{project.name} is not valid. Project name should only have "
399
-
f"alphanumerical valuesand underscores but not start with an underscore."
399
+
f"alphanumerical values, underscores, and hyphens but not start with an underscore or hyphen."
400
400
)
401
401
sys.exit(1)
402
402
# TODO: When we support multiple projects in a single repo, we should filter repo contents by project. Currently there is no way to associate Feast objects to project.
0 commit comments