Skip to content

Job request: 21900

Organisation:
PHC, University of Oxford
Workspace:
mainroute_cancer
ID:
ck724lvekurwqwvm

This page shows the technical details of what happened when the authorised researcher Emma Mi 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

Pipeline

Show project.yaml
# Ignore this`expectation` block. It is required but not used, and will be removed in future versions.
expectations:

  population_size: 10000

version: '3.0'

actions:

  generate_dataset_table:
    run: ehrql:v1 generate-dataset analysis/define_static_dataset.py 
      --output output/data/dataset_static.csv.gz
    outputs:
      highly_sensitive:
        cohort: output/data/dataset_static.csv.gz  

  measures_demo:
    run: ehrql:v1 generate-measures analysis/measures_demo.py
      --output output/measures/measures_demo.csv
      --
      --start-date "2018-03-23"
      --intervals 67
    outputs:
      moderately_sensitive:
        measure_csv: output/measures/measures_demo.csv

  measures_demo_imd:
    run: ehrql:v1 generate-measures analysis/measures_demo_imd.py
      --output output/measures/measures_demo_imd.csv
      --
      --start-date "2018-03-23"
      --intervals 67
    outputs:
      moderately_sensitive:
        measure_csv: output/measures/measures_demo_imd.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 21:24:20

These timestamps are generated and stored using the UTC timezone on the TPP backend.

Job request

Status
Succeeded
Backend
TPP
Workspace
mainroute_cancer
Requested by
Emma Mi
Branch
main
Force run dependencies
Yes
Git commit hash
7b181c6
Requested actions
  • measures_demo_imd

Code comparison

Compare the code used in this job request