Skip to content

Commit

Permalink
fix: Clinibase-CI dataset ids (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurabegin authored Oct 18, 2022
1 parent b1bd5ac commit f23d94b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dags/config/ingestion/clinibaseci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"schemas": [],
"datasets":
[
{"dataset_id": "anonymized_centro_ben*" , "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_diagnostic", "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_lit_tb" , "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_sejclin_tb", "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_sejhosp*" , "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_sejour*" , "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_service" , "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_typesoins" , "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_centro_unitesoins", "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []}
{"dataset_id": "anonymized_clinibaseci_ben*" , "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_diagnostic", "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_lit_tb" , "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_sejclin_tb", "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_sejhosp*" , "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_sejour*" , "cluster_type": "medium", "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_service" , "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_typesoins" , "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []},
{"dataset_id": "anonymized_clinibaseci_unitesoins", "cluster_type": "small" , "run_type": "initial", "cluster_specs": {}, "dependencies": []}
]
}]
}

0 comments on commit f23d94b

Please sign in to comment.