https://prefect.io logo
#prefect-community
Title
# prefect-community
m

Matt Delacour

04/25/2022, 2:51 PM
Morning 👋 Is there an equivalent of DbtShellTask in Orion (Prefect 2.0) ?
a

alex

04/25/2022, 3:49 PM
Hey @Matt Delacour! We don’t have an equivalent of the DbtShellTask in Prefect 2.0 yet, but it is on our roadmap. We’ll be creating a
prefect-dbt
collection that will have all the functionality of the current dbt tasks in Prefect 1.0. Here’s a blog post about Prefect 2.0 collections and our current list of collections that are available for more info!
m

Matt Delacour

04/25/2022, 3:59 PM
Cool thank you
m

Matthias

04/25/2022, 5:11 PM
I guess for now, you could use
prefect-shell
. This is the equivalent of the ordinary
ShellTask
in Prefect 1.0 on which
DbtShellTask
was written on top of. https://prefecthq.github.io/prefect-shell/
upvote 1
m

Matt Delacour

04/25/2022, 5:31 PM
yes perfect. So that I will avoid using
process
directly
Do you have any AWS prefect2.0 already usable ? Equivalent to the following in 1.0
cc @Julian Mehnle
👋 1
11 Views