Hi all, is it possible to use a stdin y/n from the...
# dev-metaflow
m
Hi all, is it possible to use a stdin y/n from the cmd line within a metaflow step?
1
a
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
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
And you are planning to also deploy this flow to Step Functions?
m
No, we aren’t
We have built on own internal orchestrator to orchestrate AWS Batch without limits