Job request: 7838
- Organisation:
- Bennett Institute
- Workspace:
- asthma_indicators
- ID:
- 5losiosjhl73txhq
This page shows the technical details of what happened when the authorised researcher Rose Higgins 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:
-
jkdfotwvm74xfcq2 - Error:
- Internal error
-
- Job identifier:
-
z7uuy3uw42pqadrm - Error:
- Internal error
-
- Job identifier:
-
ofxxxiltowwg4ai6 - Error:
- dependency_failed: Not starting as dependency failed
-
- Job identifier:
-
6azf7yh3xpapmioj - Error:
- Internal error
-
- Job identifier:
-
i23o64cx6h4y53on - Error:
- dependency_failed: Not starting as dependency failed
-
- Job identifier:
-
ftf7g5cqsl56zwr5 - Error:
- dependency_failed: Not starting as dependency failed
Pipeline
Show project.yaml
version: '3.0'
expectations:
population_size: 1000
actions:
# Asthma indicator (AST007) actions
generate_study_population_ast007:
run: cohortextractor:latest generate_cohort --study-definition study_definition_ast007 --index-date-range "2019-03-01 to 2022-03-31 by month" --output-dir=output
outputs:
highly_sensitive:
cohort: output/input_ast007*.csv
generate_study_population_ethnicity:
run: cohortextractor:latest generate_cohort --study-definition study_definition_ethnicity --output-dir=output
outputs:
highly_sensitive:
cohort: output/input_ethnicity.csv
join_ethnicity_ast_reg:
run: >
cohort-joiner:v0.0.12
--lhs output/input_ast007*.csv
--rhs output/input_ethnicity*.csv
--output-dir output/joined
needs: [generate_study_population_ethnicity, generate_study_population_ast007]
outputs:
highly_sensitive:
cohort: output/joined/input_ast007*.csv
generate_measures_ast007:
run: cohortextractor:latest generate_measures
--study-definition study_definition_ast007
--output-dir=output/joined
needs: [generate_study_population_ast007, generate_study_population_ethnicity, join_ethnicity_ast_reg]
outputs:
moderately_sensitive:
measure_csv: output/joined/measure_*_rate.csv
# Testing Asthma variables
generate_study_population_ast007_test_variables:
run: cohortextractor:latest generate_cohort
--study-definition study_definition_ast007_test_variables
--index-date-range "2019-03-01 to 2022-03-31 by month"
--output-dir=output/test
outputs:
highly_sensitive:
cohort: output/test/input_ast007_test*.csv
generate_measures_ast007_test:
run: cohortextractor:latest generate_measures
--study-definition study_definition_ast007_test_variables
--output-dir=output/test
needs: [generate_study_population_ast007_test_variables]
outputs:
moderately_sensitive:
measure_csv: output/test/measure_*_rate.csv
Timeline
-
Created:
-
Finished:
-
Runtime:
These timestamps are generated and stored using the UTC timezone on the TPP backend.
Job request
- Status
-
Failed
- Backend
- TPP
- Workspace
- asthma_indicators
- Requested by
- Rose Higgins
- Branch
- main
- Force run dependencies
- No
- Git commit hash
- f6a226c
- Requested actions
-
-
run_all
-
Code comparison
Compare the code used in this job request
- No previous job request available for comparison