AnzhiZhang opened a new issue, #3733:
URL: https://github.com/apache/texera/issues/3733

   LakeFS has a repository naming regulation, which requires that the name must 
be 3-63 characters long, contain only lowercase letters, numbers, and hyphens, 
and cannot start with a hyphen. See 
https://docs.lakefs.io/v1.66/understand/model/#repository.
   
   We want to make this validation a separate method. The first reason is for 
code clarity.
   
   The second reason is to prepare #3683. It is good to validate the user input 
dataset name. Considering the dataset name will be used in the URI, this is 
intended to require the user to input a meaningful name. So the dataset name 
will not be an empty string, including weird characters like slash `/`, etc.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to