Skip to content

Commit 25ce6aa

Browse files
authored
fix: network mode for dbt
1 parent 99847cb commit 25ce6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-workflow-orchestration/flows/03_postgres_dbt.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tasks:
2828
containerImage: ghcr.io/kestra-io/dbt-postgres:latest
2929
taskRunner:
3030
type: io.kestra.plugin.scripts.runner.docker.Docker
31+
networkMode: host
3132
commands:
3233
- dbt deps
3334
- "{{ inputs.dbt_command }}"

0 commit comments

Comments
 (0)