Job request: 24280
- Organisation:
- University of Bristol
- Workspace:
- post-covid-renal-v1
- ID:
- q77qvjsoxijnyqod
This page shows the technical details of what happened when the authorised researcher Emily Eyles requested one or more actions to be run against real patient data within a secure environment.
By cross-referencing the list of jobs with the pipeline section below, you can infer what security level the outputs were written to.
The output security levels are:
-
highly_sensitive
- Researchers can never directly view these outputs
- Researchers can only request code is run against them
-
moderately_sensitive
- Can be viewed by an approved researcher by logging into a highly secure environment
- These are the only outputs that can be requested for public release via a controlled output review service.
Jobs
-
- Job identifier:
-
syfbfrnznorfsbxk
-
- Job identifier:
-
fjo7p6w2joblvkh5
-
- Job identifier:
-
6jsv7bxiezyehq5y
-
- Job identifier:
-
pauoncz5ykc6szqy
-
- Job identifier:
-
yqqrcgjs6hqktozh
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
## DO NOT EDIT project.yaml DIRECTLY
## This file is created by create_project_actions.R
## Edit and run create_project_actions.R to update the project.yaml
## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
## Define study dates
study_dates:
run: r:latest analysis/study_dates.R
outputs:
highly_sensitive:
study_dates_json: output/study_dates.json
## Generate dates for all cohorts
generate_dates:
run: ehrql:v1 generate-dataset analysis/dataset_definition/dataset_definition_dates.py
--output output/dataset_definition/index_dates.csv.gz
needs:
- study_dates
outputs:
highly_sensitive:
dataset: output/dataset_definition/index_dates.csv.gz
## Generate cohort - prevax
generate_cohort_prevax:
run: ehrql:v1 generate-dataset analysis/dataset_definition/dataset_definition_prevax.py
--output output/dataset_definition/input_prevax.csv.gz
needs:
- generate_dates
outputs:
highly_sensitive:
cohort: output/dataset_definition/input_prevax.csv.gz
## Generate cohort - vax
generate_cohort_vax:
run: ehrql:v1 generate-dataset analysis/dataset_definition/dataset_definition_vax.py
--output output/dataset_definition/input_vax.csv.gz
needs:
- generate_dates
outputs:
highly_sensitive:
cohort: output/dataset_definition/input_vax.csv.gz
## Generate cohort - unvax
generate_cohort_unvax:
run: ehrql:v1 generate-dataset analysis/dataset_definition/dataset_definition_unvax.py
--output output/dataset_definition/input_unvax.csv.gz
needs:
- generate_dates
outputs:
highly_sensitive:
cohort: output/dataset_definition/input_unvax.csv.gz
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 73:42:26
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- post-covid-renal-v1
- Requested by
- Emily Eyles
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- e0929b4
- Requested actions
-
-
study_dates -
generate_dates -
generate_cohort_prevax -
generate_cohort_vax -
generate_cohort_unvax
-
Code comparison
Compare the code used in this job request
- No previous job request available for comparison