Skip to content

Job request: 26784

Organisation:
NICE
Workspace:
nice001-simulation-cohort
ID:
xhrgkpilfqvzavp3

This page shows the technical details of what happened when the authorised researcher Xi Xiong 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_dataset
    Status:
    Pending
    Job identifier:
    26harlrj4aymppqk
    Status message:
    waiting_db_maintenance: Waiting for database to finish maintenance

Pipeline

Show project.yaml
version: '5.0'

actions:
  generate_dataset:
    run: >
      ehrql:v1 generate-dataset 
      analysis/dataset_definition_qfracture.py 
      --output output/qfracture_variables.csv
    outputs:
      highly_sensitive:
        dataset: output/qfracture_variables.csv

  identify_dxa_eligible:
    run: stata-mp:v1 analysis/identify_dxa_eligible.do
    needs: [generate_dataset]
    outputs:
      highly_sensitive:
        cohort_with_dxa_flags: output/qfracture_cohort_with_dxa_flags.dta
        dxa_eligible_population: output/dxa_eligible_population.dta

Job statistics

Status Count Percentage
Pending 1 100%
Running 0 0%
Succeeded 0 0%
Failed 0 0%

0 / 1 (0%) complete

Timeline

  • Created:

  • Runtime:

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

Job request

Status
Pending
Backend
TPP
Requested by
Xi Xiong
Branch
main
Force run dependencies
No
Git commit hash
2f5e35c
Requested actions
  • generate_dataset

Code comparison

Compare the code used in this job request

  • No previous job request available for comparison