Job request: 23709
- Organisation:
- Bennett Institute
- Workspace:
- wp-work-package-1
- ID:
- akealqkaepm3wt6s
This page shows the technical details of what happened when the authorised researcher Jaidip Gill 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:
-
orm26haeei2fm5va
-
- Job identifier:
-
fz6auemxrcwl5iir
-
- Job identifier:
-
hv4yordfzye5abgk
-
- Job identifier:
-
kt22v6yi6eor4nlk
-
- Job identifier:
-
w2i7uuunarh63ups
-
- Job identifier:
-
w4zzkxtil2ctglpf
Pipeline
Show project.yaml
version: "3.0"
expectations:
population_size: 1000
actions:
generate_measures:
run: ehrql:v1 generate-measures --output output/patient_measures/winter_pressure_measures.csv.gz analysis/measures_definition.py
outputs:
highly_sensitive:
dataset: output/patient_measures/winter_pressure_measures.csv.gz
generate_app_measures:
run: ehrql:v1 generate-measures --output output/appointments/app_measures.csv analysis/appointments/app_measures.py
outputs:
moderately_sensitive:
dataset: output/appointments/app_measures.csv
generate_app_viz:
run: r:latest analysis/appointments/app_viz.r
needs: [generate_app_measures]
outputs:
moderately_sensitive:
app_figures: output/appointments/*.png
generate_app_summary:
run: python:latest analysis/appointments/app_summary.py
needs: [generate_app_measures]
outputs:
moderately_sensitive:
app_table: output/appointments/app_summary.csv
generate_practice_measures:
run: python:latest analysis/practice_measures.py
--output output/practice_measures/practice_measures.csv.gz
--output output/patient_measures/processed_measures.csv.gz
--output output/patient_measures/frequency_table.csv
needs: [generate_measures]
outputs:
highly_sensitive:
practice_measure: output/practice_measures/practice_measures.csv.gz
patient_measure: output/patient_measures/processed_measures.csv.gz
moderately_sensitive:
frequency_table: output/patient_measures/frequency_table.csv
generate_measures_viz:
run: r:latest analysis/viz_measures.r
--output output/total_measures/total_app.png
needs: [generate_practice_measures]
outputs:
moderately_sensitive:
app_figures: output/*/*.png
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 13:42:58
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- wp-work-package-1
- Requested by
- Jaidip Gill
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 459466f
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this job request
- No previous job request available for comparison