Setup dbt in a Python virtualenv.

Use it to install dbt requirements locally in a Python virtualenv if you don't want to use dbt via Docker. In this case, you need to use a WorkingDirectory task and this Setup task to setup dbt prior to using any of the dbt tasks.

yaml
type: "io.kestra.plugin.dbt.cli.Setup"