Skip to content
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

Remove the customized utility function for workflow YAML validation #50

Open
terrytangyuan opened this issue Sep 14, 2020 · 0 comments
Open
Labels

Comments

@terrytangyuan
Copy link
Member

Currently we have a utility function for validating the workflow YAML used for Argo backend in workflow_validation_utils.py. This is necessary currently since the existing release of Argo Python client v3.2.0 has issues when de-serializing an argo.workflows.client.modelsV1alpha1Template object and we have to validate specs and templates individually.

This is not ideal as the underlying schema might change as Argo gets upgraded. We should check whether the same issue exists when the new version of Argo Python client is ready and aim to reuse whatever is available.

cc @binarycrayon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant