astonishing-jewelry-18059
02/19/2024, 6:52 PMpython flow.py --quite --metadata local --environment local --datastore local --event-logger nullSidecarLogger --monitor nullSidecarMonitor --datastore-root .metaflow step <STEP-I-WANNA-TEST> --run-id <RUN-ID-OF-TOY-TEST-FLOW> --task-id XX --input-paths <PATH-TO-LOCAL-DATA> --retry-count 0 --max-user-code-retries 0 --namespace user:me
1. verify the output is as expected.
This way I could isolate the step I wanted to test. I was wondering if this approach would work, or if there is a better pattern for isolated testing of a single step?ancient-application-36103
02/19/2024, 7:27 PMpython flow.py resume <step-name> --origin-run-id <run-id-to-resume>astonishing-jewelry-18059
02/19/2024, 7:56 PMancient-application-36103
02/19/2024, 7:57 PM