https://prefect.io logo
e

Enda Peng

10/12/2022, 8:55 PM
Hello, I am migrating from v1 to v2, in my old codebase, I use
ShellTask
to run some command
Copy code
ShellTask(stream_output=True, slug="xxxx", timeout=3600).run(command=xxxx)
Is it deprecated in v2 world? Everything is covered by
@task
1
k

Kalise Richmond

10/12/2022, 9:01 PM
Hi Enda, the
ShellTask
migrated to a new collection in v2 https://prefecthq.github.io/prefect-shell/
1
3 Views