Skip to content

Commit

Permalink
Merge pull request #261 from moomindani/main
Browse files Browse the repository at this point in the history
Update dev-requirements to be compatible with dbt-core/dbt-spark 1.7.1
  • Loading branch information
menuetb authored Nov 9, 2023
2 parents bb5eb01 + ac68fa0 commit aac8117
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ permissions:
id-token: write
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ permissions:
id-token: write
contents: read

# will cancel previous workflows triggered by the same event and for the same ref for PRs or same SHA otherwise
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ black==23.11.0
waiter
boto3

dbt-core==1.7.0
dbt-spark==1.7.0
dbt-core==1.7.1
dbt-spark==1.7.1

0 comments on commit aac8117

Please sign in to comment.