Job request: 25643
- Organisation:
- Bennett Institute
- Workspace:
- migration-short-data-report
- ID:
- dy2i7e7z46d5zj5t
This page shows the technical details of what happened when the authorised researcher Yamina Boukari 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:
-
hnfexcauqpr7fj4z
-
- Job identifier:
-
ocb6mimxpgm62ryx
-
- Job identifier:
-
dcgoo4yc7kapsq2w
-
- Job identifier:
-
lbjielunzirbzi3z
-
- Job identifier:
-
yvtpujkvtxjqh2ph
-
- Job identifier:
-
escpux6rq3ndlw36
-
- Job identifier:
-
vuldztssxawmsx3o
-
- Job identifier:
-
ycchbnunfn3tkcsx
-
- Job identifier:
-
tyxjiifwzoctgtje - Error:
- nonzero_exit: Job exited with an error
-
- Job identifier:
-
lfydkk6t342heyb5
-
- Job identifier:
-
d23um656yvjziv34
-
- Job identifier:
-
inxutzkarowobxav
-
- Job identifier:
-
4sfp6wue7sxh3hvv
-
- Job identifier:
-
d44xl52pwrkr43rk
-
- Job identifier:
-
qw3n6vh5k4etfj7v
Pipeline
Show project.yaml
version: '4.0'
actions:
generate_full_study_cohort:
run: ehrql:v1 generate-dataset analysis/dataset_definition_full_study_cohort.py --output output/cohorts/full_study_cohort.arrow
outputs:
highly_sensitive:
dataset: output/cohorts/full_study_cohort.arrow
generate_dataset_for_census_2021:
run: ehrql:v1 generate-dataset analysis/dataset_definition_census_cohorts.py
--output output/cohorts/census_2021_study_cohort.arrow
--
--census-date "2021-03-21"
outputs:
highly_sensitive:
dataset: output/cohorts/census_2021_study_cohort.arrow
generate_dataset_for_census_2011:
run: ehrql:v1 generate-dataset analysis/dataset_definition_census_cohorts.py
--output output/cohorts/census_2011_study_cohort.arrow
--
--census-date "2011-03-27"
outputs:
highly_sensitive:
dataset: output/cohorts/census_2011_study_cohort.arrow
generate_demographics_full_study_table:
run: r:latest analysis/process_full_cohort_data.R
needs:
- generate_full_study_cohort
outputs:
moderately_sensitive:
csv: output/tables/demographics_full_study_cohort.csv
generate_demographics_census_2011_study_table:
run: r:latest analysis/process_census_cohort_data.R output/cohorts/census_2011_study_cohort.arrow output/tables/demographics_census_2011_cohort.csv
needs:
- generate_dataset_for_census_2011
outputs:
moderately_sensitive:
csv: output/tables/demographics_census_2011_cohort.csv
generate_demographics_census_2021_study_table:
run: r:latest analysis/process_census_cohort_data.R output/cohorts/census_2021_study_cohort.arrow output/tables/demographics_census_2021_cohort.csv
needs:
- generate_dataset_for_census_2021
outputs:
moderately_sensitive:
csv: output/tables/demographics_census_2021_cohort.csv
generate_date_of_uk_entry_description:
run: r:latest analysis/date_of_entry_to_uk.R
needs:
- generate_full_study_cohort
outputs:
moderately_sensitive:
csv: output/tables/date_of_uk_entry_description.csv
generate_annual_migrant_counts:
run: ehrql:v1 generate-measures analysis/generate_annual_migrant_counts.py --output output/tables/annual_migrant_counts.csv
outputs:
moderately_sensitive:
csv: output/tables/annual_migrant_counts.csv
generate_annual_migrant_counts_2cat:
run: ehrql:v1 generate-measures analysis/generate_annual_migrant_counts_2cat.py --output output/tables/annual_migrant_counts_2cat.csv
outputs:
moderately_sensitive:
csv: output/tables/annual_migrant_counts_2cat.csv
generate_annual_migrant_counts_3cat:
run: ehrql:v1 generate-measures analysis/generate_annual_migrant_counts_3cat.py --output output/tables/annual_migrant_counts_3cat.csv
outputs:
moderately_sensitive:
csv: output/tables/annual_migrant_counts_3cat.csv
generate_annual_migrant_counts_6cat:
run: ehrql:v1 generate-measures analysis/generate_annual_migrant_counts_6cat.py --output output/tables/annual_migrant_counts_6cat.csv
outputs:
moderately_sensitive:
csv: output/tables/annual_migrant_counts_6cat.csv
generate_annual_migrant_counts_migration_status_types:
run: ehrql:v1 generate-measures analysis/generate_annual_migrant_counts_migration_status_types.py --output output/tables/annual_migrant_counts_migration_status_types.csv
outputs:
moderately_sensitive:
csv: output/tables/annual_migrant_counts_migration_status_types.csv
generate_migration_coding_summary:
run: r:latest analysis/migration_coding.R
needs:
- generate_full_study_cohort
outputs:
moderately_sensitive:
csv: output/tables/migration_coding_summary.csv
generate_migration_code_combinations_summary:
run: r:latest analysis/migration_coding_combinations.R
needs:
- generate_full_study_cohort
outputs:
moderately_sensitive:
csv: output/tables/migration_code_combinations_summary.csv
generate_date_variable_checks_summary:
run: r:latest analysis/date_variable_checks.R
needs:
- generate_full_study_cohort
outputs:
moderately_sensitive:
csv: output/tables/date_variable_checks.csv
Timeline
-
Created:
-
Started:
-
Finished:
-
Runtime: 86:30:54
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Failed
- Backend
- TPP
- Workspace
- migration-short-data-report
- Requested by
- Yamina Boukari
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- 8c027b0
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this job request
- No previous job request available for comparison