Job request: 24383
- Organisation:
 - King's College London
 - Workspace:
 - zoster_incidence_imids
 - ID:
 - lm2q4i5lbo7di4ct
 
This page shows the technical details of what happened when the authorised researcher Zijing Yang 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
- 
                
- Job identifier:
 - 
                    
                    
hr3z5jwoqsf7aplq 
 - 
                
- Job identifier:
 - 
                    
                    
dwkyb5bn3bjgpkrh 
 - 
                
- Job identifier:
 - 
                    
                    
ewz6coxcpqqp6hlf 
 - 
                
- Job identifier:
 - 
                    
                    
hohai4s63gkpznvb 
 - 
                
- Job identifier:
 - 
                    
                    
s4l5m5prtf6m3atx 
 
Pipeline
Show project.yaml
version: '4.0'
actions:
  generate_dataset:
    run: ehrql:v1 generate-dataset analysis/dataset_definition.py --output output/dataset.arrow
    outputs:
      highly_sensitive:
        dataset: output/dataset.arrow
  data_cleaning:
    run: r:latest analysis/data_cleaning.R
    needs:
    - generate_dataset
    outputs:
      highly_sensitive:
        table1: output/dt.csv
  Baseline_table:
    run: r:latest analysis/baseline_table.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        table1: output/Baseline_table.csv
  Incidence_table:
    run: r:latest analysis/incidence_trend.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        csv:  output/*.csv
    
  KM_plot:
    run: r:latest analysis/km_survival.R
    needs:
    - data_cleaning
    outputs:
      moderately_sensitive:
        plot:  output/km_zoster_combined.png
Timeline
- 
  
    
  
  
Created:
 - 
  
    
  
  
Started:
 - 
  
    
  
  
Finished:
 - 
  
  
Runtime: 12:57:15
 
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
 - 
            Succeeded
 - Backend
 - TPP
 - Workspace
 - zoster_incidence_imids
 - Requested by
 - Zijing Yang
 - Branch
 - main
 - Force run dependencies
 - No
 - Git commit hash
 - e2518b9
 - Requested actions
 - 
            
- 
                  
run_all 
 - 
                  
 
Code comparison
Compare the code used in this job request
- No previous job request available for comparison