Morning :wave: Is there an equivalent of <DbtShell...
# prefect-community
m
Morning 👋 Is there an equivalent of DbtShellTask in Orion (Prefect 2.0) ?
a
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
Cool thank you
m
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
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