Skip to content

Job request: 20074

Organisation:
University of Manchester
Workspace:
digital-access-to-primary-care
ID:
3zlsfrronlgmo2oy

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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  generate_consultation_dataset:
    run: >
      ehrql:v0
        generate-dataset analysis/dataset_definition.py
        --output output/consultation_dataset.arrow
    outputs:
      highly_sensitive:
        study_population: output/consultation_dataset.arrow

  summarise_consultation_dataset:
    run: >
      r:latest analysis/summarise_consultation_dataset.R
    needs: [generate_consultation_dataset]
    outputs:
      moderately_sensitive:
        measure_csv: output/summary_consultation_dataset.csv

  visualise_consultation_dataset:
    run: >
      r:latest analysis/visualise_consultation_dataset.R
    needs: [summarise_consultation_dataset]
    outputs:
      moderately_sensitive:
        measure_csv: output/figure_consultation_type_by_age_group.png

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:33:00

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

Job information

Status
Failed
Backend
TPP
Requested by
Abodunrin Aminu
Branch
main
Force run dependencies
No
Git commit hash
2bd9183
Requested actions
  • generate_consultation_dataset
  • summarise_consultation_dataset

Code comparison

Compare the code used in this Job Request

  • No previous Job Request available for comparison