Skip to content

Commit

Permalink
Merge pull request #205 from CanDIG/sonchau/overview_threshold
Browse files Browse the repository at this point in the history
DIG-1582: Implement overview thresholds & DIG-1533: Change cancer_type to primary_site
  • Loading branch information
SonQBChau authored May 23, 2024
2 parents c05e921 + b72daf2 commit ef4a554
Show file tree
Hide file tree
Showing 12 changed files with 936 additions and 1,244 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
export DJANGO_SETTINGS_MODULE=config.settings.base
echo "CACHE_DURATION = 0" >> config/settings/base.py
echo "AGGREGATE_COUNT_THRESHOLD = 5" >> config/settings/base.py
python manage.py export_openapi_schema --api chord_metadata_service.mohpackets.apis.core.api | python -m json.tool > chord_metadata_service/mohpackets/docs/schema.json
- name: Commit new schema.json
Expand Down
Loading

0 comments on commit ef4a554

Please sign in to comment.