We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af62879 commit 2b51e17Copy full SHA for 2b51e17
prefect.yaml
@@ -24,7 +24,7 @@ deployments:
24
script: |
25
pip install uv
26
uv pip install -r requirements.txt
27
- cd dbt && dbt deps
+ uv run dbt deps --project-dir dbt
28
directory: "{{ git-clone.directory }}"
29
30
# flow-specific fields
@@ -58,7 +58,7 @@ deployments:
58
59
60
61
62
63
64
0 commit comments