argo-python-dsl icon indicating copy to clipboard operation
argo-python-dsl copied to clipboard

Python DSL for Argo Workflows | Mirrored to https://github.com/argoproj-labs/argo-python-dsl

Results 11 argo-python-dsl issues
Sort by recently updated
recently updated
newest added

**Description** I'm struggling to find a way to set the metadata for a closure as in this example: https://github.com/argoproj/argo/blob/master/examples/pod-metadata.yaml. It appears that metadata isn't a valid field for any of...

question

**Describe the bug** On use trying to use argo 2.6.3 which requires the kind and version and various other metadata which should always be sent (because crons and templates are...

bug

**Description** Is it a design decision that any workflow class would have it's name attr set as "class-name" by default? While the metadata name is set, generated name will not...

question

Hey there! Love the project. I use Argo every day at work and a nice Python API would make many things a lot easier. I'm wondering if you have plans...

question

**Description** I have been working on a proposal to generate tasks dynamically for argo dsl. I got to a point where I think I should get your feedback about whether...

question

**Description** I would like to include the with_param to a task. Not sure how **Additional context**

question

**Describe the bug** i tried submit argo workflow use python which is "hello-word" dsl, but failed Could help me have a look? python code: from argo.workflows.dsl import Workflow from argo.workflows.dsl...

bug

**Description** I have built our ML infrastructure with airflow and kubernetes. As a centralized scheduler, airflow has a few scenarios where airflow does not work well. For the next iteration...

question

Kubeflow Pipelines is built on top of Argo, but brings additional features like Python-based SDK for component and pipeline authoring. One important feature of the KFP SDK is the concept...

enhancement

**Description** Thank you for awesome package. I'm trying to generate task and template dynamically means, i need to loop through a array and generate template and task respectively. Is it...

question