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/
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_yamland then have an Argo executor.Additional context
For further reference: https://argo-workflows.readthedocs.io/en/latest/workflow-concepts/