Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Nov 10, 2024
1 parent c12f7eb commit 48b4d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
run: |
pip install --upgrade pip wheel setuptools
pip install -Iv "dbt-spark[PyHive]"==1.7.0 --upgrade
dbt deps
- name: Verify Spark cluster and connection
run: |
Expand All @@ -121,6 +120,7 @@ jobs:
run: |
# Get service logs before attempting debug
docker logs ${{ steps.spark-startup.outputs.container_name }}
dbt deps
dbt debug --target spark_iceberg
- name: Clean up before tests
Expand Down

0 comments on commit 48b4d85

Please sign in to comment.