Skip to content

Commit

Permalink
Merge pull request #209 from opensafely-core/iaindillingham/ons-cis-raw
Browse files Browse the repository at this point in the history
Restrict `ons_cis_raw`
  • Loading branch information
iaindillingham authored Jul 11, 2023
2 parents ecc6f5d + 835d85f commit 4206b2c
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_an_ons_cis_record",
],
ehrql_table_names=["ons_cis"],
ehrql_table_names=["ons_cis_raw", "ons_cis"],
),
RestrictedDataset(
name="ukrr",
Expand Down

0 comments on commit 4206b2c

Please sign in to comment.