Skip to content
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

Closed
lokeshrangineni opened this issue Oct 14, 2024 · 1 comment
Closed

Comments

@lokeshrangineni
Copy link
Contributor

lokeshrangineni commented Oct 14, 2024

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

  • do the feast init to create a new feast repo with default configurations.
  • go to feature_repo folder after the repo creation.
  • modify the feature_store.yaml file and update the project name to more than 16 chars.
  • execute feast apply command.
lokeshrangineni added a commit to lokeshrangineni/feast that referenced this issue Oct 14, 2024
lokeshrangineni added a commit to lokeshrangineni/feast that referenced this issue Oct 14, 2024
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
lokeshrangineni added a commit to lokeshrangineni/feast that referenced this issue Oct 14, 2024
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]>
@lokeshrangineni
Copy link
Contributor Author

Created the PR to address the issue - #4628
We can close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant