Skip to content

Job request: 26600

Organisation:
Bennett Institute
Workspace:
bhf_os_cvd
ID:
5ve65jhtqpvdevll

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

  • Action:
    generate_measures
    Status:
    Succeeded
    Job identifier:
    qecdyiico4oh5gau
  • Action:
    analysis
    Status:
    Succeeded
    Job identifier:
    gvbghabdnakw3r3b

Pipeline

Show project.yaml
version: '5.0'

actions:
  generate_measures:
    run: ehrql:v1 generate-measures analysis/dataset_definition.py --output output/measures_attendances.csv.gz
    outputs:
      highly_sensitive:
        measures: output/measures_attendances.csv.gz

  analysis:
    run: python:v2 analysis/preprocess.py
    needs: [generate_measures]
    outputs:
      highly_sensitive:
        analysis: output/preprocess_results.csv.gz 
        #analysis_summary: output/preprocess_summary.csv.gz

Job statistics

Status Count Percentage
Pending 0 0%
Running 0 0%
Succeeded 2 100%
Failed 0 0%

2 / 2 (100%) complete

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:03:16

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

Job request

Status
Succeeded
Backend
TPP
Workspace
bhf_os_cvd
Requested by
Molly McPaul
Branch
main
Force run dependencies
No
Git commit hash
335d493
Requested actions
  • generate_measures
  • analysis
  • run_all

Code comparison

Compare the code used in this job request

  • No previous job request available for comparison