Skip to content

Commit

Permalink
Merge pull request #1493 from opensafely/steve/update-actions-to-ehrq…
Browse files Browse the repository at this point in the history
…l-v1

Update remaining ehrQL actions from v0 to v1
  • Loading branch information
StevenMaude authored Apr 23, 2024
2 parents 12fab52 + 305edb6 commit 9d14304
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/actions-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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
Expand Down
2 changes: 1 addition & 1 deletion docs/actions-reusable.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Consider the following extract from a study's *project.yaml*:
```yaml
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ This code reads the CSV of patient data, and saves a histogram of ages to a new

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
Expand All @@ -356,7 +356,7 @@ This code reads the CSV of patient data, and saves a histogram of ages to a new

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
Expand Down

0 comments on commit 9d14304

Please sign in to comment.