Enda Peng
10/12/2022, 8:55 PMShellTask
to run some command
ShellTask(stream_output=True, slug="xxxx", timeout=3600).run(command=xxxx)
Is it deprecated in v2 world? Everything is covered by @task
Kalise Richmond
10/12/2022, 9:01 PMShellTask
migrated to a new collection in v2 https://prefecthq.github.io/prefect-shell/