Skip to content

Commit 2b51e17

Browse files
committed
hotfix: update dbt command execution
1 parent af62879 commit 2b51e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deployments:
2424
script: |
2525
pip install uv
2626
uv pip install -r requirements.txt
27-
cd dbt && dbt deps
27+
uv run dbt deps --project-dir dbt
2828
directory: "{{ git-clone.directory }}"
2929

3030
# flow-specific fields
@@ -58,7 +58,7 @@ deployments:
5858
script: |
5959
pip install uv
6060
uv pip install -r requirements.txt
61-
cd dbt && dbt deps
61+
uv run dbt deps --project-dir dbt
6262
directory: "{{ git-clone.directory }}"
6363

6464
# flow-specific fields

0 commit comments

Comments
 (0)