witty-jackal-1438
02/20/2024, 5:14 PMargo-workflows create . I do have access to the S3 datastore from my local machine, so i’m not sure what may be happening with Metaflow. Does anyone have any suggestions for what might be happening?ancient-application-36103
02/20/2024, 6:49 PMargo-workflows create --only-json for your flow?witty-jackal-1438
02/28/2024, 5:54 PMancient-application-36103
02/28/2024, 6:03 PMwitty-jackal-1438
02/28/2024, 7:26 PMdata/00/ folder, but when i run the workflow on Argo I seem to be missing a step. The start(0) step is missing when i deploy locally, but if i create the workflow from our gitlab CICD runners, the workflow includes the start(0) stepancient-application-36103
02/28/2024, 7:31 PMstart(0) ?ancient-application-36103
02/28/2024, 7:31 PMancient-application-36103
02/28/2024, 7:32 PMwitty-jackal-1438
02/28/2024, 7:34 PMwitty-jackal-1438
02/28/2024, 7:34 PMwitty-jackal-1438
02/28/2024, 7:37 PMwitty-jackal-1438
02/28/2024, 7:38 PMancient-application-36103
02/28/2024, 7:39 PMwitty-jackal-1438
02/28/2024, 7:41 PMancient-application-36103
02/28/2024, 7:42 PMancient-application-36103
02/28/2024, 7:43 PMstart(0) is just a container for executing start - you see both in one view and just start in another - but it's a well formed correct DAG that is getting executedancient-application-36103
02/28/2024, 7:43 PMstart(0) is argo internal detail - it's actually good that in newer versions it's hidden away from the userswitty-jackal-1438
02/28/2024, 8:21 PM