Is there a way to return a Metaflow run id to the ...
# ask-metaflow
g
Is there a way to return a Metaflow run id to the caller in Python subprocess.call() while the flow is still running? I am aware of --run-id-file option but it gets written to that file after the flow is completed/errored. I need that run Id while the Flow is still running.
1