Samuel Amar
Samuel Amar
@process0 I have actually implemented this function if you feel like opening a PR 😄 ``` def sanitize_for_serialization(wf_dict: dict): def camelize(snake_str): components = snake_str.split('_') return components[0] + ''.join(x.title() for x...
Hey @abaiju15! I am getting the same issue as you except the workflow doesn't even get created. @binarycrayon i couldn't find the branch you suggested so i tried both the...
Unfortunatly I still cannot use it because the 4.0.1 release is not compatible with the 0.3.0 of argo-dsl.
@binarycrayon seems like all is working well now 👍