Job request: 8248
- Organisation:
- Bennett Institute
- Workspace:
- opensafely-interactive
- ID:
- x3papsi5e6tw5yb3
This page shows the technical details of what happened when the authorised researcher Lucy Bridges 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
-
- Job identifier:
-
h3t7guvkslwuoavk
-
- Job identifier:
-
l6b3vwkpgax52h4o
- Error:
- nonzero_exit: Job exited with error code 1
-
- Job identifier:
-
atfufao2wtvchyxj
-
- Job identifier:
-
cu2e74rg4zrzyden
- Error:
- dependency_failed: Not starting as dependency failed
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
codelist_report_02prdgRgt6vsjmVhh9Jvug:
run: >
cohortextractor:latest generate_codelist_report
--codelist-path=codelist.csv
--start-date=2020-01-01
--end-date=2021-12-31
--output-dir output/02prdgRgt6vsjmVhh9Jvug
outputs:
moderately_sensitive:
table: output/02prdgRgt6vsjmVhh9Jvug/counts_per_*.csv
list_sizes: output/02prdgRgt6vsjmVhh9Jvug/list_sizes.csv
patient_count_table: output/02prdgRgt6vsjmVhh9Jvug/patient_count.csv
measures_02prdgRgt6vsjmVhh9Jvug:
run: python:latest python analysis/generate_measures.py output/02prdgRgt6vsjmVhh9Jvug
needs: [codelist_report_02prdgRgt6vsjmVhh9Jvug]
outputs:
moderately_sensitive:
measure: output/02prdgRgt6vsjmVhh9Jvug/measure_counts_per_week_per_practice.csv
events_count_table: output/02prdgRgt6vsjmVhh9Jvug/event_counts.csv
practice_count_table: output/02prdgRgt6vsjmVhh9Jvug/practice_count.csv
top_5_table_02prdgRgt6vsjmVhh9Jvug:
run: python:latest python analysis/top_codes_table.py output/02prdgRgt6vsjmVhh9Jvug
needs: [codelist_report_02prdgRgt6vsjmVhh9Jvug]
outputs:
moderately_sensitive:
table: output/02prdgRgt6vsjmVhh9Jvug/top_5_code_table.csv
deciles_charts_02prdgRgt6vsjmVhh9Jvug:
run: >
deciles-charts:v0.0.24
--input-files output/02prdgRgt6vsjmVhh9Jvug/measure_counts_per_week_per_practice.csv
--output-dir output/02prdgRgt6vsjmVhh9Jvug
config:
show_outer_percentiles: false
tables:
output: true
charts:
output: true
needs: [measures_02prdgRgt6vsjmVhh9Jvug]
outputs:
moderately_sensitive:
deciles_charts: output/02prdgRgt6vsjmVhh9Jvug/deciles_*.*
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:04:39
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Failed
- Backend
- TPP
- Workspace
- opensafely-interactive
- Requested by
- Lucy Bridges
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- 7b010c2
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this Job Request