You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "ghcr.io/kestra-io/dbt-postgres:latest" container image inside a DBT-CLI task (io.kestra.plugin.dbt.cli.DbtCLI) should install a working postgres adapter version, enabling DBT commands to run properly.
Actual Behaviour
This stacktrace appears on flow execution: "Error importing adapter: No module named 'dbt.adapters.postgres'".
It seems to work when using "beforeCommands: pip install dbt-postgres" instead of "containerImage" as a workaround
Steps To Reproduce
No response
Environment Information
Kestra Version:
Plugin version:
Operating System (OS / Docker / Kubernetes):
Java Version (If not docker):
Example flow
No response
The text was updated successfully, but these errors were encountered:
Expected Behavior
Using "ghcr.io/kestra-io/dbt-postgres:latest" container image inside a DBT-CLI task (io.kestra.plugin.dbt.cli.DbtCLI) should install a working postgres adapter version, enabling DBT commands to run properly.
Actual Behaviour
This stacktrace appears on flow execution: "Error importing adapter: No module named 'dbt.adapters.postgres'".
It seems to work when using "beforeCommands: pip install dbt-postgres" instead of "containerImage" as a workaround
Steps To Reproduce
No response
Environment Information
Example flow
No response
The text was updated successfully, but these errors were encountered: