Job request: 15851
- Organisation:
- Bennett Institute
- Workspace:
- opensafely-internal-interactive
- ID:
- kdfflvkuj3c7xfze
This page shows the technical details of what happened when the authorised researcher George Hickman 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:
-
fjzs4fu3f5qlzm4u
-
- Job identifier:
-
fuykvkst4x2pq5f6
-
- Job identifier:
-
7u75prbkrm53os2k
-
- Job identifier:
-
xcn33skx4pvlylp2
-
- Job identifier:
-
m6zhfompfakneglp
-
- Job identifier:
-
xtmrv6bhdmzok5id
-
- Job identifier:
-
e3sblgxqdpgwlk2f
-
- Job identifier:
-
r6p246o5pz5twyix - Error:
- nonzero_exit: Job exited with an error
-
- Job identifier:
-
q5wvhwp5dckp4dvp
-
- Job identifier:
-
ggkbbee7w3ycfwnm - Error:
- dependency_failed: Not starting as dependency failed
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_study_population_ethnicity_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: cohortextractor:latest generate_cohort
--study-definition study_definition_ethnicity
--param end_date="2023-02-22"
--output-dir output/01GTBW8EE6SEC5MKPTXE4QWS3H --output-format=csv.gz
outputs:
highly_sensitive:
cohort: output/01GTBW8EE6SEC5MKPTXE4QWS3H/input_ethnicity.csv.gz
generate_study_population_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: cohortextractor:latest generate_cohort
--study-definition study_definition
--param codelist_1_path="codelists/codelist_1.csv"
--param codelist_1_type="event"
--param codelist_2_path="codelists/codelist_2.csv"
--param codelist_2_type="event"
--param codelist_1_frequency="monthly"
--param time_value="5"
--param time_scale="years"
--param time_event="before"
--param codelist_2_comparison_date="event_1_date"
--param operator="AND"
--param population="all"
--param breakdowns="sex,age"
--index-date-range="2019-09-01 to 2023-02-22 by month"
--output-dir=output/01GTBW8EE6SEC5MKPTXE4QWS3H
--output-format=csv.gz
outputs:
highly_sensitive:
cohort: output/01GTBW8EE6SEC5MKPTXE4QWS3H/input_*.csv.gz
join_cohorts_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
cohort-joiner:v0.0.38
--lhs output/01GTBW8EE6SEC5MKPTXE4QWS3H/input_20*.csv.gz
--rhs output/01GTBW8EE6SEC5MKPTXE4QWS3H/input_ethnicity.csv.gz
--output-dir output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined
needs: [generate_study_population_01GTBW8EE6SEC5MKPTXE4QWS3H, generate_study_population_ethnicity_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
highly_sensitive:
cohort: output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined/input_20*.csv.gz
generate_measures_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
python:latest python analysis/measures.py
--breakdowns="sex,age"
--input_dir="output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined"
--measure="med_review"
needs: [join_cohorts_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
moderately_sensitive:
measure: output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined/measure*rate.csv
decile_measure: output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined/measure*rate_deciles.csv
top_5_table_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
python:latest python analysis/top_5.py
--codelist-1-path="codelists/codelist_1.csv"
--codelist-2-path="codelists/codelist_2.csv"
--output-dir="output/01GTBW8EE6SEC5MKPTXE4QWS3H"
needs: [generate_measures_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
moderately_sensitive:
tables: output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined/top_5*.csv
deciles_chart_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
deciles-charts:v0.0.33
--input-files output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined/measure_practice_rate_deciles.csv
--output-dir output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined
config:
show_outer_percentiles: true
tables:
output: true
charts:
output: true
needs: [generate_measures_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
moderately_sensitive:
deciles_charts: output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined/deciles_*.*
plot_measure_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
python:latest python analysis/plot_measures.py
--breakdowns="sex,age"
--output-dir output/01GTBW8EE6SEC5MKPTXE4QWS3H
needs: [generate_measures_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
moderately_sensitive:
measure: output/01GTBW8EE6SEC5MKPTXE4QWS3H/plot_measure*.png
event_counts_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
python:latest python analysis/event_counts.py --input_dir="output/01GTBW8EE6SEC5MKPTXE4QWS3H/joined" --output_dir="output/01GTBW8EE6SEC5MKPTXE4QWS3H"
needs: [join_cohorts_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
moderately_sensitive:
measure: output/01GTBW8EE6SEC5MKPTXE4QWS3H/event_counts.json
create_notebook_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: >
python:latest python analysis/create_notebook.py
--output-dir "output/01GTBW8EE6SEC5MKPTXE4QWS3H"
--codelist-1-description="None"
--codelist-2-description="None"
--codelist-1-link="https://codelists.opensafely.org/codelist/opensafely/asthma-inhaler-salbutamol-medication/2020-04-15"
--codelist-2-link="https://codelists.opensafely.org/codelist/pincer/ast/v1.8"
--report-title="Medication Review Report"
--measure-description="Medication Review"
--population="all"
--breakdowns="sex,age"
outputs:
moderately_sensitive:
notebook: output/01GTBW8EE6SEC5MKPTXE4QWS3H/report.ipynb
generate_notebook_01GTBW8EE6SEC5MKPTXE4QWS3H:
run: jupyter:latest jupyter nbconvert /workspace/output/01GTBW8EE6SEC5MKPTXE4QWS3H/report.ipynb --execute --to html --output-dir=/workspace/output/01GTBW8EE6SEC5MKPTXE4QWS3H --ExecutePreprocessor.timeout=86400 --no-input
needs: [create_notebook_01GTBW8EE6SEC5MKPTXE4QWS3H, event_counts_01GTBW8EE6SEC5MKPTXE4QWS3H, deciles_chart_01GTBW8EE6SEC5MKPTXE4QWS3H, top_5_table_01GTBW8EE6SEC5MKPTXE4QWS3H, plot_measure_01GTBW8EE6SEC5MKPTXE4QWS3H]
outputs:
moderately_sensitive:
notebook: output/01GTBW8EE6SEC5MKPTXE4QWS3H/report.html
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 15:32:08
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Failed
- Backend
- TPP
- Workspace
- opensafely-internal-interactive
- Requested by
- George Hickman
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- 262a66a
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this job request