Skip to content

Commit

Permalink
update packages and actions libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
adgramigna committed Nov 21, 2024
1 parent 1521525 commit d9f217e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy_dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily_job_board_scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Call Scrapy Script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dbt_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
2 changes: 1 addition & 1 deletion levergreen_dbt/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
- package: calogica/dbt_expectations
version: [">=0.10.0", "<0.11.0"]
- package: elementary-data/elementary
version: [">=0.15.0", "<0.16.0"]
version: [">=0.16.0", "<0.17.0"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ hashids==1.3.1
pyarrow==11.0.0
pandas==2.2.3
psycopg2-binary==2.9.6
dbt-core==1.8.7
dbt-postgres==1.8.2
polars[sqlalchemy]==0.19.0
duckdb==0.9.1
Expand Down

0 comments on commit d9f217e

Please sign in to comment.