-
ProposalWould you be open to a PR that makes def replace_job_spec_yaml(
self, flow_run: GraphQLResult, image: str, identifier: str = None
) -> dict:
identifier = identifier or str(uuid.uuid4())[:8] BackgroundI'm really excited about the improvements to That PR added a new keyword argument I clicked through all the discussions in that PR and I don't see any conversation about it, so I'm not sure why that change was made. Why This is ImportantI maintain a private fork of Thanks for your time and consideration! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
oh I didn't realize this would end up in a "Discussion"! Is that what you'd expect for this type of thing, or should I have made other choices on the issues page so this becomes an issue? |
Beta Was this translation helpful? Give feedback.
-
Ah so the changes made in #3158 went through a few rounds until it ended up where it is now. That change of moving it to the |
Beta Was this translation helpful? Give feedback.
Ah so the changes made in #3158 went through a few rounds until it ended up where it is now. That change of moving it to the
deploy_flow
function actually was suitable for an older iteration however I see no need for it now. We can move that identifier creation back inside thereplace_job_spec_yaml
function since it doesn't need to be passed around 🙂