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

Kubeflow execution mode v1 compile is broken #389

Open
grahamia opened this issue Nov 1, 2024 · 0 comments
Open

Kubeflow execution mode v1 compile is broken #389

grahamia opened this issue Nov 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@grahamia
Copy link
Contributor

grahamia commented Nov 1, 2024

Describe the bug
Turns out that on doing #383 we have broken the dag v1 running currently used for kubeflow (executionMode == v1).

The v1 dag runner mandates the file extension to be certain values, yaml being one and not json so therefore on trying to do a compile now with executionMode v1 it fails in pipeline create workflow.

To Reproduce
Against a provider setup with executionMode v1 create a new pipeline resource so that the compiler step runs. It will fail with

ValueError: The output path /tmp/resource.json should ends with one of the following formats: [.tar.gz, .tgz, .zip, .yaml, .yml]

Expected behavior
Should compile and upload pipeline to kubeflow

@grahamia grahamia added the bug Something isn't working label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant