Skip to content

Commit

Permalink
feat: Restrict UKRR dataset
Browse files Browse the repository at this point in the history
Closes #270
  • Loading branch information
iaindillingham committed Oct 22, 2024
1 parent af799c7 commit 7262a56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opensafely/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ class RestrictedDataset:
cohort_extractor_function_names=["with_gp_consultations"],
ehrql_table_names=["appointments"],
),
RestrictedDataset(
name="ukrr",
cohort_extractor_function_names=[],
ehrql_table_names=["ukrr"],
),
]

PERMISSIONS_URL = "https://raw.githubusercontent.com/opensafely-core/opensafely-cli/main/repository_permissions.yaml"
Expand Down

0 comments on commit 7262a56

Please sign in to comment.