Job request: 20412
- Organisation:
- Bennett Institute
- Workspace:
- covid-diabetes-care
- ID:
- eq6qovg55orrzpo5
This page shows the technical details of what happened when the authorised researcher Alex Walker 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:
-
jhepmrxc5njirgl2
-
- Job identifier:
-
cghtzjtv5aodhebd
-
- Job identifier:
-
4azf2erlfr45n5t2
-
- Job identifier:
-
64ctlastdqagp6bi
-
- Job identifier:
-
ihpn74oaue4xh4xv
-
- Job identifier:
-
dztoch32xj7uvq5t
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
generate_dataset_2019:
run: >
ehrql:v0
generate-dataset analysis/dataset_definition_2019.py
--output output/dataset_2019.arrow
outputs:
highly_sensitive:
cohort: output/dataset_2019.arrow
generate_dataset_2020:
run: >
ehrql:v0
generate-dataset analysis/dataset_definition_2020.py
--output output/dataset_2020.arrow
outputs:
highly_sensitive:
cohort: output/dataset_2020.arrow
generate_dataset_2021:
run: >
ehrql:v0
generate-dataset analysis/dataset_definition_2021.py
--output output/dataset_2021.arrow
outputs:
highly_sensitive:
cohort: output/dataset_2021.arrow
generate_dataset_2022:
run: >
ehrql:v0
generate-dataset analysis/dataset_definition_2022.py
--output output/dataset_2022.arrow
outputs:
highly_sensitive:
cohort: output/dataset_2022.arrow
generate_dataset_2023:
run: >
ehrql:v0
generate-dataset analysis/dataset_definition_2023.py
--output output/dataset_2023.arrow
outputs:
highly_sensitive:
cohort: output/dataset_2023.arrow
generate_report_notebook:
run: jupyter:latest jupyter nbconvert /workspace/analysis/notebooks/summarise_dataset.ipynb --execute --to html --output-dir=/workspace/output --no-input --ExecutePreprocessor.timeout=86400
needs: [generate_dataset_2019, generate_dataset_2020, generate_dataset_2021, generate_dataset_2022, generate_dataset_2023]
outputs:
moderately_sensitive:
notebook: output/summarise_dataset.html
prescribing_tables: output/prescribing*.csv
totals_tables: output/totals*.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 00:00:58
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job information
- Status
-
Failed
- Backend
- TPP
- Workspace
- covid-diabetes-care
- Requested by
- Alex Walker
- Branch
- main
- Force run dependencies
- Yes
- Git commit hash
- df11e0f
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this Job Request