From a34a5f84af3d1156c20b0a0e55ce9df182fdbdce Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:11:55 -0400 Subject: [PATCH] Update branch_deployments.yml --- .github/workflows/branch_deployments.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/branch_deployments.yml b/.github/workflows/branch_deployments.yml index 7f1fb8d..4322a32 100644 --- a/.github/workflows/branch_deployments.yml +++ b/.github/workflows/branch_deployments.yml @@ -61,6 +61,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