Skip to content

Commit

Permalink
feat: Restrict access to Open Pathways dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
iaindillingham committed Oct 17, 2023
1 parent 295426b commit 1bd8eaa
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 @@ -67,6 +67,11 @@ class RestrictedDataset:
cohort_extractor_function_names=[],
ehrql_table_names=["wl_clockstops", "wl_clockstops_raw"],
),
RestrictedDataset(
name="wl_openpathways",
cohort_extractor_function_names=[],
ehrql_table_names=["wl_openpathways", "wl_openpathways_raw"],
),
]

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

0 comments on commit 1bd8eaa

Please sign in to comment.