Job Name length limit #5099
Labels
component: pipelines
Relates to the SageMaker Pipeline Platform
component: processing
Relates to the SageMaker Processing Platform
type: bug
Describe the bug
When using the PipelineDefinitionConfig i get the error
The issue here is that the hash itself is 64 characters. Also the function that generates the
job_name
only limits the length of the generated name to 1024 characters.To reproduce
Any basic pipeline with
PipelineDefinitionConfig(use_custom_job_prefix=True)
Expected behavior
The name should be truncated, so it fits in the 63 character limit
System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: