Example of how to execute Argo workflows from Dagster via the argo-workflows
python pacakge.
On MacOS:
brew install kind kubectl docker
brew install --cask docker
brew install argo
if you want to test argo using the Argo CLI
kind create cluster
export ARGO_WORKFLOWS_VERSION="v3.5.7"
kubectl config use-context kind-kind
kubectl port-forward svc/argo-server 2746:2746 -n argo
pip install -e ".[dev]"
Get started
dagster dev
What the logs look like for an Argo asset: