Skip to content

Commit

Permalink
Merge pull request #283 from opensafely-core/iaindillingham/restrict-…
Browse files Browse the repository at this point in the history
…ukrr

feat: Restrict UKRR dataset
  • Loading branch information
iaindillingham authored Oct 23, 2024
2 parents af799c7 + 76cc9e6 commit b7b19d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensafely/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RestrictedDataset:
cohort_extractor_function_names=[
"with_record_in_ukrr",
],
ehrql_table_names=[],
ehrql_table_names=["ukrr"],
),
RestrictedDataset(
name="icnarc",
Expand Down

0 comments on commit b7b19d3

Please sign in to comment.