https://prefect.io logo
m

Matthieu Lhonneux

10/20/2022, 6:51 AM
Hi, Do you have any logs of failed task? Can you try this :
ShellTask.run(command="python3 print2.py")
Or
ShellTask(command="python3 print2.py")
https://docs-v1.prefect.io/api/latest/tasks/shell.html#shelltask
2 Views