From ec20b6462977fcea3b58dd29614e235a7aa1d53d Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:19:26 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ba1d53..27544dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,10 +62,11 @@ jobs: run: | pip install pip --upgrade cd project-repo - pip install . --upgrade --upgrade-strategy eager cd jaffle_shop + pip install dbt-duckdb dbt seed cd .. + pip install . --upgrade --upgrade-strategy eager dagster-dbt project prepare-for-deployment --file jaffle_dagster/project.py # The cli command below can be used to manage syncing the prod manifest to branches if state_path is set on the DbtProject # dagster-cloud ci dagster-dbt project manage-state --file jaffle_dagster/project.py