Skip to content

Job request: 20412

Organisation:
Bennett Institute
Workspace:
covid-diabetes-care
ID:
eq6qovg55orrzpo5

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

  • Action:
    generate_dataset_2019
    Status:
    Status: Failed
    Job identifier:
    jhepmrxc5njirgl2
    Error:
    nonzero_exit: Job exited with an error
  • Action:
    generate_dataset_2020
    Status:
    Status: Failed
    Job identifier:
    cghtzjtv5aodhebd
    Error:
    nonzero_exit: Job exited with an error
  • Action:
    generate_dataset_2021
    Status:
    Status: Failed
    Job identifier:
    4azf2erlfr45n5t2
    Error:
    nonzero_exit: Job exited with an error
  • Action:
    generate_dataset_2022
    Status:
    Status: Failed
    Job identifier:
    64ctlastdqagp6bi
    Error:
    nonzero_exit: Job exited with an error
  • Action:
    generate_dataset_2023
    Status:
    Status: Failed
    Job identifier:
    ihpn74oaue4xh4xv
    Error:
    nonzero_exit: Job exited with an error
  • Action:
    generate_report_notebook
    Status:
    Status: Failed
    Job identifier:
    dztoch32xj7uvq5t
    Error:
    dependency_failed: Not starting as dependency failed

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  generate_dataset_2019:
    run: >
      ehrql:v0 
        generate-dataset analysis/dataset_definition_2019.py
        --output output/dataset_2019.arrow
    outputs:
      highly_sensitive:
        cohort: output/dataset_2019.arrow

  generate_dataset_2020:
    run: >
      ehrql:v0 
        generate-dataset analysis/dataset_definition_2020.py
        --output output/dataset_2020.arrow
    outputs:
      highly_sensitive:
        cohort: output/dataset_2020.arrow

  generate_dataset_2021:
    run: >
      ehrql:v0 
        generate-dataset analysis/dataset_definition_2021.py
        --output output/dataset_2021.arrow
    outputs:
      highly_sensitive:
        cohort: output/dataset_2021.arrow

  generate_dataset_2022:
    run: >
      ehrql:v0 
        generate-dataset analysis/dataset_definition_2022.py
        --output output/dataset_2022.arrow
    outputs:
      highly_sensitive:
        cohort: output/dataset_2022.arrow

  generate_dataset_2023:
    run: >
      ehrql:v0 
        generate-dataset analysis/dataset_definition_2023.py
        --output output/dataset_2023.arrow
    outputs:
      highly_sensitive:
        cohort: output/dataset_2023.arrow

  generate_report_notebook:
    run: jupyter:latest jupyter nbconvert /workspace/analysis/notebooks/summarise_dataset.ipynb --execute --to html --output-dir=/workspace/output --no-input --ExecutePreprocessor.timeout=86400
    needs: [generate_dataset_2019, generate_dataset_2020, generate_dataset_2021, generate_dataset_2022, generate_dataset_2023]
    outputs:
      moderately_sensitive:
        notebook: output/summarise_dataset.html
        prescribing_tables: output/prescribing*.csv
        totals_tables: output/totals*.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:00:58

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

Job request

Status
Failed
Backend
TPP
Requested by
Alex Walker
Branch
main
Force run dependencies
Yes
Git commit hash
df11e0f
Requested actions
  • run_all

Code comparison

Compare the code used in this job request