Skip to content

Commit

Permalink
Switch to ehrql v1
Browse files Browse the repository at this point in the history
  • Loading branch information
milanwiedemann committed Dec 11, 2023
1 parent ff3ffc0 commit 2649e51
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 2649e51

Please sign in to comment.