Skip to content

Commit

Permalink
Merge pull request opensafely#113 from opensafely/milanwiedemann/ehrq…
Browse files Browse the repository at this point in the history
…l-v1

Switch to ehrql v1
  • Loading branch information
milanwiedemann authored Dec 11, 2023
2 parents ff3ffc0 + 2649e51 commit 724af60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/dataset_definition.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ehrql import create_dataset
from ehrql.tables.beta.tpp import patients, practice_registrations
from ehrql.tables.tpp import patients, practice_registrations

dataset = create_dataset()

Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ expectations:

actions:
generate_dataset:
run: ehrql:v0 generate-dataset analysis/dataset_definition.py --output output/dataset.csv.gz
run: ehrql:v1 generate-dataset analysis/dataset_definition.py --output output/dataset.csv.gz
outputs:
highly_sensitive:
dataset: output/dataset.csv.gz

0 comments on commit 724af60

Please sign in to comment.