-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project name is having missing validation to llimit the size #4626
Labels
Comments
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 14, 2024
Addressing the issue - feast-dev#4626
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 14, 2024
Addressing the issue - feast-dev#4626 Signed-off-by: lrangine <[email protected]>
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 14, 2024
Addressing the issue - feast-dev#4626 Signed-off-by: lrangine <[email protected]> Signed-off-by: lrangine <[email protected]> Added the fix to add missing project length validation. Addressing the issue - feast-dev#4626 Signed-off-by: lrangine <[email protected]>
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 14, 2024
Addressing the issue - feast-dev#4626 Signed-off-by: lrangine <[email protected]>
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 14, 2024
Addressing the issue - feast-dev#4626 Signed-off-by: lrangine <[email protected]>
franciscojavierarceo
pushed a commit
that referenced
this issue
Oct 14, 2024
…4628) Updated the documentation to make it clear after spending some time. Addressing the issue - #4626 Signed-off-by: lrangine <[email protected]>
robhowley
pushed a commit
to robhowley/feast
that referenced
this issue
Oct 16, 2024
…east-dev#4628) Updated the documentation to make it clear after spending some time. Addressing the issue - feast-dev#4626 Signed-off-by: lrangine <[email protected]>
Created the PR to address the issue - #4628 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Based on the documentation project name should be limited to 16 chars along with other validations only to allow alpha numeric characters and allow _ but not as a beginning character.
Ask is - We have to update the documentation to reflect the current behavior of the product.
Current Behavior
Current behavior does not limit the project length. Allows unlimited chars.
Steps to reproduce
feast init
to create a new feast repo with default configurations.feature_store.yaml
file and update the project name to more than 16 chars.feast apply
command.The text was updated successfully, but these errors were encountered: