Hi all, is it possible to use a stdin y/n from the cmd line within a metaflow step?
✅ 1
a
ancient-application-36103
07/07/2022, 8:54 PM
You can have a task that polls an external service in a loop waiting for a particular response before proceeding (or a debugger). That will theoretically provide for the same experience but will be a bit of work to orchestrate. What is your use case?
m
melodic-train-1526
07/08/2022, 7:39 AM
We had some code that prompts before writing to Mongo if the user is sure they wish to proceed that we were converting to Metaflow. We were thinking of getting rid but were interested to see if it were theoretically possible to keep this within a flow
s
square-wire-39606
07/08/2022, 4:59 PM
And you are planning to also deploy this flow to Step Functions?
m
melodic-train-1526
07/11/2022, 7:25 PM
No, we aren’t
melodic-train-1526
07/11/2022, 7:26 PM
We have built on own internal orchestrator to orchestrate AWS Batch without limits