Skip to content

Commit

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

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

0 comments on commit 295426b

Please sign in to comment.