Hello - really enjoying Metaflow so far but having...
# ask-metaflow
h
Hello - really enjoying Metaflow so far but having an issue when trying to trigger an Argo Workflow with an InputFile parameter. Most likely I’m not using the API correctly but wanted to see anyone has any advice .. I’ve tried doing something like
Copy code
ArgoEvent(name='event', url='<http://localhost:12000/metaflow-event>', payload = { 'config': p }).Publish()
I’ve tried sending p as • a local file path (argo fails with file not found) • the actual content (could not open file) • a cloud based path - not supported any advice is greatly appreciated
1