Nace Plesko
08/29/2022, 11:04 PMShellTask
is not logging all the outputs from the script that it's running. I am looking at https://docs-v1.prefect.io/api/latest/tasks/shell.html#shelltask and seems like just setting stream_output=True
should do the job, but I'm still seeing just Command failed with exit code 1
. I also tried setting return_all=True
and log_stderr=True
, but still the same behavior.
Has anyone ran into this issue in the past?Matt Conger
08/29/2022, 11:51 PMNace Plesko
08/29/2022, 11:55 PMMatt Conger
08/29/2022, 11:58 PMNace Plesko
08/30/2022, 12:02 AM