jupyter-scheduler
jupyter-scheduler copied to clipboard
Environment dependent job name validation
Problem
Sagemaker Studio uses this extension to jobs on SageMaker infrastructure but it comes with some restrictions on the type of names it can take for a job or job definitions.
Right now the validations are restricted to const jobNameRegex = /^[a-zA-Z0-9._][a-zA-Z0-9._-]{0,62}$/
https://github.com/jupyter-server/jupyter-scheduler/issues/234
Proposed Solution
We would like to keep this configurable as part of the environment. Very similar to how we can configure UTC time. list_environments - EnvironmentManager
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada: