You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should think about how to capture terminal output from the pipeline, when calling looper.Run from caravel. Right now this output would be discarded, which is not a problem normally, but if you're running on localhost for example, you might want to be directly viewing the output in a test scenario.
perhaps we can just capture terminal output and show it, similar to how we will stream the log output from looper.... but it wouldn't be as simple as just having a stream handler; we'd need some kind of terminal capture.
The text was updated successfully, but these errors were encountered:
we should think about how to capture terminal output from the pipeline, when calling
looper.Run
from caravel. Right now this output would be discarded, which is not a problem normally, but if you're running on localhost for example, you might want to be directly viewing the output in a test scenario.perhaps we can just capture terminal output and show it, similar to how we will stream the log output from looper.... but it wouldn't be as simple as just having a stream handler; we'd need some kind of terminal capture.
The text was updated successfully, but these errors were encountered: