Skip to content

Job request: 23671

Organisation:
Bennett Institute
Workspace:
pharmacy-first-data-development
ID:
jr5lplz3owbkoxcf

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

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

actions:
  generate_pf_codes_data_development:
    run: >
      ehrql:v1 generate-dataset analysis/dataset_definition_pf_data_development.py
        --test-data-file analysis/test_dataset_definition_pf_data_development.py
        --output output/data_development/pf_codes_data_development.csv.gz
    outputs:
      highly_sensitive:
        dataset: output/data_development/pf_codes_data_development.csv.gz

  generate_med_status_data_development:
    run: >
      ehrql:v1 generate-dataset analysis/dataset_definition_med_status_data_development.py
        --output output/data_development/med_status_data_development.arrow
    outputs:
      highly_sensitive:
        dataset: output/data_development/med_status_data_development.arrow

  generate_measures_pf_codes:
    run: > 
      ehrql:v1 generate-measures analysis/measures_definition_clinical_codes.py
      --output output/clinical_codes/code_counts_measures.csv
    outputs:
      moderately_sensitive:
        measure: output/clinical_codes/code_counts_measures.csv

  data_development_med_status:
     run: r:latest analysis/data_development_med_status_counts.R
     needs: [generate_med_status_data_development]
     outputs:
       moderately_sensitive:
         dataset: output/data_development/med_status_counts.csv

  data_development_pf_codes:
    run: r:latest analysis/data_development_pf_code_counts.R
    needs: [generate_pf_codes_data_development]
    outputs:
      moderately_sensitive:
        dataset: output/data_development/pf_codes_counts.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 18:24:03

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

Job information

Status
Failed
Backend
TPP
Requested by
Milan Wiedemann
Branch
main
Force run dependencies
Yes
Git commit hash
989edc5
Requested actions
  • run_all

Code comparison

Compare the code used in this Job Request