From c4f4c0169754fb422f348bd86c99b9af9614297e Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:12:22 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 817e8a5..5ba1d53 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,6 +63,9 @@ jobs: pip install pip --upgrade cd project-repo pip install . --upgrade --upgrade-strategy eager + cd jaffle_shop + dbt seed + cd .. 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