bitter-gigabyte-19387
11/22/2023, 3:18 PMdocker-compose -f docker-compose.development.yml up from the metaflow-service package
• docker run -p 3000:3000 -e METAFLOW_SERVICE=<http://localhost:8083/> metaflow-ui:latest from the metaflow ui package
and then running METAFLOW_SERVICE_URL=<http://localhost:8080> METAFLOW_DEFAULT_METADATA="service" python3 sample_metaflow.py run works, but on the UI i get the message Since this run uses local datastore instead of cloud services, some information may be incomplete. (indeed i cant see the stdout, stderr, artifacts... and the metaflow/_parameters/data.json says "datastore: local") and i havent found any doc on how to change it to get the view on the full data in the UI. Can i keep this simple config or do i need to switch to k8s ? (and if so, do you have a doc related ?)average-beach-28850
11/23/2023, 1:22 AMaverage-beach-28850
11/23/2023, 1:23 AMbitter-gigabyte-19387
11/24/2023, 2:05 PMbitter-gigabyte-19387
11/27/2023, 3:25 PMAWS_ACCESS_KEY_ID=XXX AWS_SECRET_ACCESS_KEY=XXX python sample_metaflow.py run
the problem is now to load the data from the minio bucket to the metaflow-ui, do you have a clue ?
best
Noeaverage-beach-28850
11/27/2023, 5:37 PMaverage-beach-28850
11/27/2023, 5:38 PMaverage-beach-28850
11/27/2023, 5:38 PMbitter-gigabyte-19387
11/28/2023, 11:00 AMroot@root:~# kubectl get secret
NAME TYPE DATA AGE
minio-secret Opaque 2 37m
and the metaflow-ui pod keeps crashing because it doesnt find the password (i port-forwarded all services just to make sure but it still doesnt work)