Skip to content

Job request: 25720

Organisation:
Bennett Institute
Workspace:
tpp-patient-population
ID:
wu3uhcordvicvdtu

This page shows the technical details of what happened when the authorised researcher Becky Smith 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
version: '4.0'

actions:
  extract_population_size:
    run: >
      sqlrunner:latest
        --output output/population_size.csv
        --dummy-data-file analysis/dummy.csv
        analysis/extract_population_size_excl_t1oo.sql
    outputs:
      moderately_sensitive:
        rows: output/population_size.csv
  
  extract_population_size_including_t1oo:
    run: >
      sqlrunner:latest
        --output checks/population_size_including_t1oo.csv
        analysis/extract_population_size_incl_t1oo.sql
    outputs:
      moderately_sensitive:
        rows: checks/population_size_including_t1oo.csv

  extract_population_size_with_ehrql:
    run: >
      ehrql:v1
        generate-measures analysis/ehrql_extract_population_size.py
        --output checks/ehrql_population_size.csv
    outputs:
      moderately_sensitive:
        rows: checks/ehrql_population_size.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:03:54

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

Job request

Status
Succeeded
Backend
TPP
Requested by
Becky Smith
Branch
main
Force run dependencies
No
Git commit hash
407f0db
Requested actions
  • extract_population_size_including_t1oo
  • extract_population_size_with_ehrql

Code comparison

Compare the code used in this job request