brief-kite-90012
09/23/2023, 5:19 AMArgoClient
to make metaflow call Rest API requests instead of k8s API when talking with argo, wondering what's the preferred way of doing it while using the metaflow_extension
library. And how to deal with future updates in that case?stale-eve-11739
08/22/2024, 12:44 AMbrief-kite-90012
08/22/2024, 1:45 AMmetaflow.plugins.argo.argo_client.py
with rest api request calls instead of k8s api for each of the methods, I'm using it with metaflow==2.12.6
, you might need to tweak argo_workflows.py
as well but I am not sure.stale-eve-11739
08/22/2024, 2:05 AM