Skip to content

Job request: 21887

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

This page shows the technical details of what happened when authorised researcher Emma Mi requested one or more actions to be run against real patient data in the project, within a secure environment.

By cross-referencing the indicated Requested Actions with the Pipeline section below, you can infer what security level various outputs were written to. Outputs marked as highly_sensitive can never be viewed directly by a researcher; 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

  • Action:
    measures_demo
    Status:
    Status: Failed
    Job identifier:
    wcb4zdhjoraoup7q

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:

  • Finished:

  • Runtime:

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

Job information

Status
Failed
Backend
TPP
Workspace
mainroute_cancer
Requested by
Emma Mi
Branch
main
Force run dependencies
Yes
Git commit hash
1c7cba6
Requested actions
  • measures_demo

Code comparison

Compare the code used in this Job Request