Hera makes Python code easy to orchestrate on Argo Workflows through native Python integrations. It lets you construct and submit your Workflows entirely in Python. ⭐️ Remember to star!
Description of PR
PR refactors common code from the dag decorator, and adds the new parallel function to create a Parallel context at declaration time, or a dummy context to allow local execution.
Pull Request Checklist
Description of PR PR refactors common code from the dag decorator, and adds the new
parallel
function to create aParallel
context at declaration time, or a dummy context to allow local execution.