Hi everyone, I'm starting to use prefect-dbt and i...
# ask-community
c
Hi everyone, I'm starting to use prefect-dbt and i'm trying the dbtshelltask bbtu i got some errors, first was about missing wsl. And now i try to execute the flow.run() and the shell says that my temp1prefect is missing. What should I do ?
s
Hi. Would you mind sharing the full traceback? Did you name something like a profile
temp1prefect
?
c
I was just trying to execute this example https://docs-legacy.prefect.io/api/0.11.5/tasks/dbt.html#dbtshelltask. I do not have any profile called that
s
I'm not as familiar with the legacy version. If you run,
prefect --version
what does it return?
c
2.13.0
s
Ah, those docs are for a much older version. Here's a link to our newest docs.