You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DASF should be also able to run with Argo workflows.
Describe alternatives you've considered
There are several ways to implement this. Maybe, Argo can be an executor where the YAML is converted into a Pipeline task. Or we could have a code generator that converts YAML into a full pipeline like a from_yaml and then have an Argo executor.
Describe the new feature you'd like to see
DASF should be also able to run with Argo workflows.
Describe alternatives you've considered
There are several ways to implement this. Maybe, Argo can be an executor where the YAML is converted into a Pipeline task. Or we could have a code generator that converts YAML into a full pipeline like a
from_yaml
and then have an Argo executor.Additional context
For further reference: https://argo-workflows.readthedocs.io/en/latest/workflow-concepts/
The text was updated successfully, but these errors were encountered: