Skip to content

Commit

Permalink
Fix bug on appearances scraping (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaribou authored Jan 10, 2024
1 parent 1131fc7 commit af1440f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acquire-transfermarkt-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# a different (personal access) github token need to be setup here so that a 'add-and-commit' step below triggers the 'on-push' workflow
# checkout https://github.community/t/push-from-action-does-not-trigger-subsequent-action/16854
token: ${{ secrets.PA_GITHUB_TOKEN }}
- name: pull data
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Run tests
run: |
set -e
make dvc_pull test prepare_local DBT_TARGET=prod
dvc commit -f
git config --global --add safe.directory '*'
Expand Down
2 changes: 1 addition & 1 deletion dbt/models/curated/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ models:
- player_club_domestic_competition_id
- dbt_expectations.expect_table_row_count_to_be_between:
min_value: 430000
max_value: 460000
max_value: 480000
columns:
- name: player_id
tests:
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af1440f

Please sign in to comment.