Job request: 14727
- Organisation:
- Bennett Institute
- Workspace:
- blank-dmd-investigation
- ID:
- o3m2jchb7yew4ona
This page shows the technical details of what happened when the authorised researcher Jon Massey 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:
-
akctk46vmtjcli6a
-
- Job identifier:
-
akh2mxyldphap3nk
-
- Job identifier:
-
zfevls6xkco6ybor
Pipeline
Show project.yaml
version: "3.0"
expectations:
population_size: 1000
actions:
query_medication_issues:
run: >
sqlrunner:latest
--output output/medication_issues.csv
analysis/medication_issues.sql
outputs:
highly_sensitive:
rows: output/medication_issues.csv
query_medication_dictionary:
run: >
sqlrunner:latest
--output output/medication_dictionary.csv
analysis/medication_dictionary.sql
outputs:
highly_sensitive:
rows: output/medication_dictionary.csv
suppress_low_counts:
run: >
python:latest python analysis/suppress_low_counts.py
needs:
- query_medication_issues
- query_medication_dictionary
outputs:
moderately_sensitive:
issues: output/suppressed/medication_issues.csv
dictionary: output/suppressed/medication_dictionary.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:04:54
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Succeeded
- Backend
- TPP
- Workspace
- blank-dmd-investigation
- Requested by
- Jon Massey
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 5a59a71
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this job request
- No previous job request available for comparison