diff --git a/.github/workflows/commit_manifest.yml b/.github/workflows/commit_manifest.yml index 21cd210ae63..adf3b5037ba 100644 --- a/.github/workflows/commit_manifest.yml +++ b/.github/workflows/commit_manifest.yml @@ -46,11 +46,8 @@ jobs: working-directory: ${{env.PROJECT_DIR}} run: "uv run dbt deps" - - name: Run dbt debug on Trino if dunesql engine is used, and retry until cluster is available - run: "uv run bash ./scripts/ensure_cluster.sh" - - - name: dbt compile to create prod manifest from main - run: "uv run dbt compile --target-path . $PROFILE --project-dir ${PROJECT_DIR}" + - name: dbt parse to create prod manifest from main + run: "uv run dbt parse --target-path . $PROFILE --project-dir ${PROJECT_DIR}" - name: copy old manifest locally run: "aws s3 cp $S3_LOCATION/manifest.json $S3_LOCATION/previous_manifest.json"