Skip to content

Job request: 25704

Organisation:
Workspace:
raw_medicines_sdr
ID:
mw3uwukjt3j637c5

This page shows the technical details of what happened when the authorised researcher Em Prestige 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:
    generate_measures
    Status:
    Status: Failed
    Job identifier:
    fjwzkzzd33xdcz76
    Error:
    nonzero_exit: Job exited with an error: Something went wrong with the database, please contact tech support

Pipeline

Show project.yaml
version: '4.0'

actions:
  generate_dataset:
    run: >
      ehrql:v1 generate-dataset
      analysis/dataset_definition.py 
      --test-data-file analysis/test_dataset_definition.py
      --dummy-tables dummy_tables
      --output output/dataset.arrow
    outputs:
      highly_sensitive:
        dataset: output/dataset.arrow

  check_dataset:
    run: r:v2 analysis/dataset_checks.R
    needs:
      - generate_dataset
    outputs:
      moderately_sensitive:
        checks: output/dataset_check.csv
  
  generate_measures:
    run: >
        ehrql:v1 generate-measures
        analysis/measures_definition.py
        --dummy-tables dummy_tables
        --output output/measures/:csv
    outputs:
      moderately_sensitive:
        dataset: output/measures/*.csv

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:01:38

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

Job request

Status
Failed
Backend
TPP
Workspace
raw_medicines_sdr
Requested by
Em Prestige
Branch
main
Force run dependencies
No
Git commit hash
902b4f4
Requested actions
  • generate_measures

Code comparison

Compare the code used in this job request