Skip to content

Commit f9306b2

Browse files
ci: use dbt parse for commit manifest (#9629)
* ci: use dbt parse for commit manifest Co-authored-by: Cursor <cursoragent@cursor.com> * Remove unnecessary cluster check before dbt parse Applied via @cursor push command --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4ffd04f commit f9306b2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/commit_manifest.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,8 @@ jobs:
6262
working-directory: ${{env.PROJECT_DIR}}
6363
run: "uv run dbt deps"
6464

65-
- name: Run dbt debug on Trino if dunesql engine is used, and retry until cluster is available
66-
run: "uv run bash ./scripts/ensure_cluster.sh"
67-
68-
- name: dbt compile to create prod manifest from main
69-
run: "uv run dbt compile --target-path . $PROFILE --project-dir ${PROJECT_DIR}"
65+
- name: dbt parse to create prod manifest from main
66+
run: "uv run dbt parse --target-path . $PROFILE --project-dir ${PROJECT_DIR}"
7067

7168
- name: copy old manifest locally
7269
run: "aws s3 cp $S3_LOCATION/manifest.json $S3_LOCATION/previous_manifest.json"

0 commit comments

Comments
 (0)