Skip to content

Job request: 25629

Organisation:
Bennett Institute
Workspace:
covid-vaccine-history
ID:
w5limzerq4tx5srs

This page shows the technical details of what happened when the authorised researcher Will Hulme 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:
    extract_fixed
    Status:
    Status: Failed
    Job identifier:
    aivdzx5rxi5caa5d
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20201207
    Status:
    Status: Failed
    Job identifier:
    t5w2du56ybhiml6t
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20210906
    Status:
    Status: Failed
    Job identifier:
    uexx2xt6ki3wfvco
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20220321
    Status:
    Status: Failed
    Job identifier:
    usvazpf4hgxybx4f
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20220829
    Status:
    Status: Failed
    Job identifier:
    hqqw2v4padppsf6a
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20230403
    Status:
    Status: Failed
    Job identifier:
    ndy2sqdxwmhmqhrk
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20230828
    Status:
    Status: Failed
    Job identifier:
    w5mdx2iq26zxdjs6
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20240415
    Status:
    Status: Failed
    Job identifier:
    sczq36qgqlnhg2t2
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20240930
    Status:
    Status: Failed
    Job identifier:
    wkq6u2hog7yd6gmt
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_snapshot_20250331
    Status:
    Status: Failed
    Job identifier:
    lybclkirvmmkm2mt
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    extract_varying
    Status:
    Status: Failed
    Job identifier:
    6uonpjl6dtijxj5l
    Error:
    nonzero_exit: Job exited with an error: New data is being imported into the database, please try again in a few hours
  • Action:
    prepare
    Status:
    Status: Failed
    Job identifier:
    yeav2u2rthxygqyj
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20220829
    Status:
    Status: Failed
    Job identifier:
    al6qmst4yoinguit
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_history
    Status:
    Status: Failed
    Job identifier:
    nywjdwg7apmkx7tb
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20201207
    Status:
    Status: Failed
    Job identifier:
    illtrbwttlyjj2hf
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20210906
    Status:
    Status: Failed
    Job identifier:
    o2ghee3meqnjqckh
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    vax_data_quality
    Status:
    Status: Failed
    Job identifier:
    f2qhywi3m44j5hku
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20230828
    Status:
    Status: Failed
    Job identifier:
    np7tg6f5z3hfnpvr
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20240415
    Status:
    Status: Failed
    Job identifier:
    3365mrlpgkb7x7rd
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20240930
    Status:
    Status: Failed
    Job identifier:
    gobsyenzztqd7qo7
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20250331
    Status:
    Status: Failed
    Job identifier:
    andthr7exy2qagyv
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20230403
    Status:
    Status: Failed
    Job identifier:
    pe4apn3kb72owg6x
    Error:
    dependency_failed: Not starting as dependency failed
  • Action:
    report_snapshot_20220321
    Status:
    Status: Failed
    Job identifier:
    whjv27snczoec7gj
    Error:
    dependency_failed: Not starting as dependency failed

Pipeline

Show project.yaml
version: '4.0'

actions:

  extract_fixed:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_fixed.py
      --output output/1-extract/extract_fixed.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_fixed.arrow
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_fixed.arrow

  extract_varying:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_varying.py
      --output output/1-extract/extract_varying:arrow
      #--dummy-data-file analysis/1-extract/dummy-data/dummy_varying.arrow
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_varying/*.arrow

  vax_data_quality:
    run: r:v2 analysis/2-prepare/vax_data_quality.R
    needs: [extract_fixed, extract_varying]
    outputs:
      moderately_sensitive:
        csv: output/2-prepare/vax_data_quality/*.csv
        #txt: output/2-prepare/vax_data_quality/*.txt

  prepare:
    run: r:v2 analysis/2-prepare/prepare.R
    needs: [extract_fixed, extract_varying]
    outputs:
      highly_sensitive:
        arrow: output/2-prepare/prepare/*.arrow
      moderately_sensitive:
        #csv: output/2-prepare/prepare/*.csv
        txt: output/2-prepare/prepare/*.txt

# report vaccine history over entire observational period ---
  report_history:
    run: r:v2 analysis/3-history/report_history.R
    needs: [prepare]
    outputs:
      moderately_sensitive:
        csv: output/3-history/report_history/*.csv
        png: output/3-history/report_history/*.png

 # report detailed vaccine history at specific snapshots in time ----

 # 2020-12-07
  extract_snapshot_20201207:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20201207.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20201207.arrow
      --
      --snapshot_date 20201207
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20201207.arrow

  report_snapshot_20201207:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20201207
    needs: [extract_snapshot_20201207, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20201207/*.csv
        png: output/4-snapshot/report_snapshot_20201207/*.png
        txt: output/4-snapshot/report_snapshot_20201207/*.txt

 # 2021-09-06
  extract_snapshot_20210906:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20210906.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20210906.arrow
      --
      --snapshot_date 20210906
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20210906.arrow

  report_snapshot_20210906:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20210906
    needs: [extract_snapshot_20210906, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20210906/*.csv
        png: output/4-snapshot/report_snapshot_20210906/*.png
        txt: output/4-snapshot/report_snapshot_20210906/*.txt

 # 2022-03-21
  extract_snapshot_20220321:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20220321.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20220321.arrow
      --
      --snapshot_date 20220321
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20220321.arrow

  report_snapshot_20220321:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20220321
    needs: [extract_snapshot_20220321, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20220321/*.csv
        png: output/4-snapshot/report_snapshot_20220321/*.png
        txt: output/4-snapshot/report_snapshot_20220321/*.txt

 # 2022-08-29
  extract_snapshot_20220829:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20220829.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20220829.arrow
      --
      --snapshot_date 20220829
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20220829.arrow

  report_snapshot_20220829:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20220829
    needs: [extract_snapshot_20220829, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20220829/*.csv
        png: output/4-snapshot/report_snapshot_20220829/*.png
        txt: output/4-snapshot/report_snapshot_20220829/*.txt

 # 2023-04-03
  extract_snapshot_20230403:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20230403.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20230403.arrow
      --
      --snapshot_date 20230403
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20230403.arrow

  report_snapshot_20230403:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20230403
    needs: [extract_snapshot_20230403, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20230403/*.csv
        png: output/4-snapshot/report_snapshot_20230403/*.png
        txt: output/4-snapshot/report_snapshot_20230403/*.txt

 # 2023-08-28
  extract_snapshot_20230828:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20230828.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20230828.arrow
      --
      --snapshot_date 20230828
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20230828.arrow

  report_snapshot_20230828:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20230828
    needs: [extract_snapshot_20230828, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20230828/*.csv
        png: output/4-snapshot/report_snapshot_20230828/*.png
        txt: output/4-snapshot/report_snapshot_20230828/*.txt

 # 2024-04-15
  extract_snapshot_20240415:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20240415.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20240415.arrow
      --
      --snapshot_date 20240415
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20240415.arrow

  report_snapshot_20240415:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20240415
    needs: [extract_snapshot_20240415, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20240415/*.csv
        png: output/4-snapshot/report_snapshot_20240415/*.png
        txt: output/4-snapshot/report_snapshot_20240415/*.txt

 # 2024-09-30
  extract_snapshot_20240930:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20240930.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20240930.arrow
      --
      --snapshot_date 20240930
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20240930.arrow

  report_snapshot_20240930:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20240930
    needs: [extract_snapshot_20240930, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20240930/*.csv
        png: output/4-snapshot/report_snapshot_20240930/*.png
        txt: output/4-snapshot/report_snapshot_20240930/*.txt

 # 2025-03-31
  extract_snapshot_20250331:
    run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
      --output output/1-extract/extract_snapshot_20250331.arrow
      --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20250331.arrow
      --
      --snapshot_date 20250331
    outputs:
      highly_sensitive:
        cohort: output/1-extract/extract_snapshot_20250331.arrow

  report_snapshot_20250331:
    run: r:v2 analysis/4-snapshot/report_snapshot.R 20250331
    needs: [extract_snapshot_20250331, prepare]
    outputs:
      moderately_sensitive:
        csv: output/4-snapshot/report_snapshot_20250331/*.csv
        png: output/4-snapshot/report_snapshot_20250331/*.png
        txt: output/4-snapshot/report_snapshot_20250331/*.txt

# 2025-09-29

  # extract_snapshot_20250929:
  #   run: ehrql:v1 generate-dataset analysis/1-extract/dataset_definition_snapshot.py
  #     --output output/1-extract/extract_snapshot_20250929.arrow
  #     --dummy-data-file analysis/1-extract/dummy-data/dummy_snapshot_20250929.arrow
  #     --
  #     --snapshot_date 20250929
  #   outputs:
  #     highly_sensitive:
  #       cohort: output/1-extract/extract_snapshot_20250929.arrow

  # report_snapshot_20250929:
  #   run: r:v2 analysis/4-snapshot/report_snapshot.R 20250929
  #   needs: [extract_snapshot_20250929, prepare]
  #   outputs:
  #     moderately_sensitive:
  #       csv: output/4-snapshot/report_snapshot_20250929/*.csv
  #       png: output/4-snapshot/report_snapshot_20250929/*.png
  #       txt: output/4-snapshot/report_snapshot_20250929/*.txt

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 01:31:42

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

Job request

Status
Failed
Backend
TPP
Requested by
Will Hulme
Branch
main
Force run dependencies
Yes
Git commit hash
747ca1c
Requested actions
  • extract_fixed
  • extract_varying
  • vax_data_quality
  • prepare
  • report_history
  • extract_snapshot_20201207
  • report_snapshot_20201207
  • extract_snapshot_20210906
  • report_snapshot_20210906
  • extract_snapshot_20220321
  • report_snapshot_20220321
  • extract_snapshot_20220829
  • report_snapshot_20220829
  • extract_snapshot_20230403
  • report_snapshot_20230403
  • extract_snapshot_20230828
  • report_snapshot_20230828
  • extract_snapshot_20240415
  • report_snapshot_20240415
  • extract_snapshot_20240930
  • report_snapshot_20240930
  • extract_snapshot_20250331
  • report_snapshot_20250331

Code comparison

Compare the code used in this job request