Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/commit_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
jeff-dude marked this conversation as resolved.
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"
Expand Down
Loading