dry-umbrella-11948
07/02/2025, 3:01 PMlively-lunch-9285
07/02/2025, 3:04 AMbrief-kite-90012
06/30/2025, 9:29 AMmetaflow_ray
on argo workflows, I've installed JobSet to the same namespace with my argo workflows runner namespace, and had the permission added to my service account, but hitting some error at the moment about the webhook service path, is there anyway i can modify this value? can't seem to find it either from the metaflow configs or anywhere, thanks in advance!straight-dog-3982
06/27/2025, 7:21 AMmetaflow-ui:
uiBackend:
metaflowDefaultDatastore: "s3"
metaflowDatastoreSysRootS3: "<s3://metaflow>"
metaflowS3EndpointURL: "<http://minio.caic:9000>"
plus AWS_SECRET_* values through env
. Previously I had DefaultDatastore set to "local"
I have restarted both deployments for mataflow-ui. Now I'm running yet another flow, and in UI it still shows me
Since this run uses local datastore instead of cloud services, some information may be incomplete.
And of course there are no data in my minio bucket
Is my s3 configuration correct? Do I need to drop the database or deploy the backend service too to see the effect?ripe-car-38698
06/26/2025, 5:06 PMURL/api/flows/ComponentDemoFlow/runs/4543/steps/start/tasks/222732/cards/blank/0490a0de7c024207af081c2187dcea5d?embed=true
returns
[Errno 2] No such file or directory: '/root/services/ui_backend_service/ui/index.html'
.
• We are using a custom DNS behind a vpn in http
• Recent versions for all services: metaflow-ui.uiBackend.image.tag=2.4.13-2-g70af4ed
, metaflow-service.image.tag=2.4.13-2-g70af4ed
, metaflow-ui.uiStatic.image.tag=1.3.5-123-g95238f8-obp
Thank you!astonishing-train-18397
06/25/2025, 7:32 PMstraight-dog-3982
06/25/2025, 10:51 AMMETAFLOW_DEFAULT_DATASTORE=local
as I did not find out how to set up credentials for s3/minio. Now, I port-forward the service (port 8080) to localhost and with METAFLOW_SERVICE_URL=<http://localhost:8080/>
I'm able to run example flow; from the logs on service pod it seems it is connecting to remote server which is nice. I can even check the flow status on port 8083, so it seems this is logged corerctly
OK, but now I cannot see anything in the UI. The UI (running through ingress) just shows Error loading data
on empty dashboard page, nothing about my flow and nothing more specific about the error, just Unknown error
/ generic-error
.
I assume some part of my stack is misconfigured but I can't see any hints anywhere ... Is it complaining about connection to backend? Or is it backend complaning about actual access to datastore? I see nothing relevant in the logs...lively-lunch-9285
06/23/2025, 8:43 PMbulky-portugal-95315
06/23/2025, 6:57 PMsquare-wire-39606
06/23/2025, 5:49 PMambitious-evening-58240
06/23/2025, 7:02 AM@step
?ripe-car-38698
06/20/2025, 7:03 PM/tmp
seems to be well used as I can see that some data have been written: /tmp/metaflow_client/gs.gs:/argo-workflows-artifacts-pilot.ComponentDemoFlow/98
. Here is the error in the thread. Thank you!chilly-monkey-19638
06/20/2025, 6:23 AMlively-lunch-9285
06/19/2025, 3:46 AMself.
, e.g. self.x
• and I want to access it on current.
, e.g. current.x
(accessing it in the same flow run)
But for the life of me, I can't find a way to do that. Could anyone help me out?acoustic-van-30942
06/17/2025, 4:13 AMThe node was low on resource: ephemeral-storage.
Threshold quantity: 32204283974, available: 30875356Ki.
Container main was using 51664160Ki, request is 10240M, has larger consumption of ephemeral-storage.
To resolve this, would I need to increase disk space or tmpfs storage?fast-advantage-42097
06/16/2025, 4:13 PM@schedule
with different parameters being passed into the flow? Is Config
the only option? We have an existing setup where a single Flow is being called with different parameters and migrating it to use Config
is non-trivialenough-article-90757
06/14/2025, 2:12 AMgorgeous-kangaroo-54074
06/13/2025, 6:21 PMbored-vr-66208
06/13/2025, 1:05 PMancient-guitar-13766
06/12/2025, 7:41 PMMetaflow 2.15.14 executing flowTrain for user:j.kollipara
Validating your flow...
The graph looks good!│
Running pylint...
Pylint is happy!
Workflow starting (run-id 1749756923772615):
lively-lunch-9285
06/11/2025, 11:49 PMmodern-dinner-75080
06/11/2025, 3:28 PMmodern-dinner-75080
06/11/2025, 3:14 PMmodern-dinner-75080
06/11/2025, 3:14 PMlively-lunch-9285
06/10/2025, 11:45 PMpython <flow>.py ...
cli has a lot going on. There are a lot of arguments and options you can pass in.
We could totally make a VS Code extension that turns some of it into a push-button affair:
• killing kubernetes pods
• resuming (and from which step? 🤔 )
• running
• choosing your environment
• launching a debug session that stops if you set a breakpoint
I'm just saying, there are a TON of subcommands. And I've been guilty of asking repeat questions on these, as well as fielding tons of questions about it all.chilly-france-99853
06/10/2025, 6:47 AMshy-midnight-40599
06/06/2025, 2:44 PMfast-vr-44972
06/06/2025, 12:42 PMgentle-author-38571
06/06/2025, 6:40 AMquick-carpet-67110
06/05/2025, 11:37 AMpython flow.py --environment=pypi --with retry airflow create flow_dag.py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/python3.11/lib/python3.11/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/opt/python3.11/lib/python3.11/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/etc/airflow/config/airflow_local_settings.py", line 62, in pod_mutation_hook
and any(env_var.name == "AIRFLOW_IS_K8S_EXECUTOR_POD" for env_var in container.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/etc/airflow/config/airflow_local_settings.py", line 62, in <genexpr>
and any(env_var.name == "AIRFLOW_IS_K8S_EXECUTOR_POD" for env_var in container.env)
^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'name'