-
Notifications
You must be signed in to change notification settings - Fork 467
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
Generate unique SageMaker training job name based on pipeline and ste… #1505
Generate unique SageMaker training job name based on pipeline and ste… #1505
Conversation
On Slack, we agreed to the following approach:
...with the slight change that I am using 60 characters as a safety margin; let me know if this must be omitted. Using the In doing so, I need to use Then, as the suffix plus the Looking forward to your thoughts! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I had one query about whether to take some of the string construction logic outside the main launch
method..
src/zenml/integrations/aws/step_operators/sagemaker_step_operator.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reasonable to use the Client
in there, as well, IMO.
A bit hard separate the PR from the various formatting changes. Assuming you branched off develop
, unsure why it wants to make all those changes since running the format script on my end doesn't make any such changes on develop
.
Agreed, I don't know either. Without it the build, lint tests etc would break. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I think this looks good now. I would like to fix the formatting issue, however, before merging this, and will let the CI / tests run through as well.
This reverts commit 98ca3f1.
Just saw your previous comment. I have reverted the mass formatting commit in af51e83 and ran |
…p name
Describe changes
Attempts fixing #1502.
Pre-requisites
Please ensure you have done the following:
Types of changes