couler-proj / couler

Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.

Home Page:https://couler-proj.github.io/couler/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies not supporting map()

nooraangelva opened this issue · comments

Summary

What happened/what you expected to happen?

I expected Couler to produce something similar to this yaml code with the code couler code

Diagnostics

What is the version of Couler you are using?

I downloaded Couler again two days ago.

What is the version of the workflow engine you are using?

Any logs or other information that could help debugging?

Result in Argo UI:

image

yaml:

image


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

You've hard-coded your step_name in echo_xx() functions.

You've hard-coded your step_name in echo_xx() functions.

Hi,

I updated the code Couler code.
It still has the same problem. Would you or anyone have tips on how to write the code. I have only recently started working with Couler so it is still a mystery for me. (Right now I am trying to turn Argo example-workflows to Coulers format.)

Thanks in advance.

merged #215