How to run log when the run is currently running
#5010
-
|
Hello, I have a long running pipeline which I would like to gather status information from while it is running. I have submitted it with When it is running, if i run How shall i do this properly? After the entire run finishes, i am able to use Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It is not possible to use the |
Beta Was this translation helpful? Give feedback.
It is not possible to use the
logcommand for a run while it is still running, because the underlying cache db for that run can only be open by one reader at a time. You can use the console or log output instead