Job request: 24703
- Organisation:
- Bennett Institute
- Workspace:
- wp3_predicting_pressures
- ID:
- 2ir2j7lbxhsc36md
This page shows the technical details of what happened when the authorised researcher Shrinkhala Dawadi requested one or more actions to be run against real patient data in the project, within a secure environment.
By cross-referencing the list of jobs with the
pipeline section below, you can infer what
security level
various outputs were written to. Researchers can never directly
view outputs marked as
highly_sensitive
;
they can only request that code runs against them. Outputs
marked as
moderately_sensitive
can be viewed by an approved researcher by logging into a highly
secure environment. Only outputs marked as
moderately_sensitive
can be requested for release to the public, via a controlled
output review service.
Jobs
-
- Job identifier:
-
ctif32kgoexmtgdn
-
- Job identifier:
-
y5i7zs32r2rc5xv2
-
- Job identifier:
-
6vw6qjv52aef6g3p
Pipeline
Show project.yaml
version: '4.0'
actions:
generate_measures:
run: ehrql:v1 generate-measures analysis/measures_definition.py --output output/measures.csv
outputs:
moderately_sensitive:
dataset: output/measures.csv
generate_dataset:
run: ehrql:v1 generate-dataset analysis/dataset_definition.py --output output/dataset.csv
outputs:
highly_sensitive:
dataset: output/dataset.csv
merge_dataset:
run: r:latest analysis/data_management.R
needs: [generate_dataset, generate_measures]
outputs:
moderately_sensitive:
dataset: output/merged_data.csv
#dataset2: output/practice_subset_list.csv
# generate_graphs:
# run: r:latest analysis/data_management.R
# needs: [generate_dataset, generate_measures]
# outputs:
# moderately_sensitive:
# chart: output/total_gp_appts.png
# generate_graphs:
# run: r:latest analysis/graphs.R
# needs: [merge_dataset]
# outputs:
# moderately_sensitive:
# chart: output/total_gp_appts.png
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 32:18:12
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- wp3_predicting_pressures
- Requested by
- Shrinkhala Dawadi
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- a72c672
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this Job Request
- No previous Job Request available for comparison