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