great-father-37686
07/01/2024, 6:22 PMdate_updated) and am trying to trigger it via Jupyter notebook -great-father-37686
07/01/2024, 6:24 PM{
"METAFLOW_DATASTORE_SYSROOT_GS": "<gs://bucket-name/bucket-root>",
"METAFLOW_DEFAULT_DATASTORE": "gs",
"METAFLOW_DEFAULT_METADATA": "service",
"METAFLOW_KUBERNETES_NAMESPACE": "metaflow",
"METAFLOW_KUBERNETES_SERVICE_ACCOUNT": "metaflow-service",
"METAFLOW_SERVICE_INTERNAL_URL": "<http://metaflow-service.metaflow:8080/>",
"METAFLOW_SERVICE_URL": "<http://127.0.0.1:8080/>",
"METAFLOW_DEFAULT_SECRETS_BACKEND_TYPE": "gcp-secret-manager",
"METAFLOW_ARGO_EVENTS_EVENT": "metaflow-event",
"METAFLOW_ARGO_EVENTS_EVENT_BUS": "default",
"METAFLOW_ARGO_EVENTS_EVENT_SOURCE": "argo-events-webhook",
"METAFLOW_ARGO_EVENTS_SERVICE_ACCOUNT": "operate-workflow-sa",
"METAFLOW_ARGO_EVENTS_WEBHOOK_URL": "<http://argo-events-webhook-eventsource-svc.argo-events:12000/metaflow-event>"
}
and I have my ports forwarded.
the argo setup was adapted from from the terraform for gcp hereancient-application-36103
07/01/2024, 6:57 PMgreat-father-37686
07/01/2024, 9:03 PMctx = ssl.create_default_context()
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_NONEgreat-father-37686
07/02/2024, 9:16 PMmetaflow ns, argo-events and argo-workflows to their own respective namespaces.
I would like all metaflow-related pods to be launched within metaflow namespace.
when i create my workflow:
python3 workflows/event_triggered_flow.py --environment=conda argo-workflows create
it gets created in argo under metaflow ns because of the metaflowconfig. but when I run a jupyter notebook cell (see above) the WF in metaflow does not get triggered, but a workflow I previously created with METAFLOW_KUBERNETES_NAMESPACE=argo-events does.
does this mean I have to put everything in one ns?
I saw this thread and I guess I'm still wondering what the path forward isbillowy-salesmen-57704
07/03/2024, 8:50 AMgreat-father-37686
07/03/2024, 4:20 PMacoustic-van-30942
02/06/2025, 7:24 PMancient-application-36103
02/06/2025, 7:56 PMbillowy-salesmen-57704
02/07/2025, 8:19 AMbillowy-salesmen-57704
02/07/2025, 8:20 AM