Skip to content

Commit

Permalink
fix: UNIC-887 Add centro obs update schema dag (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurabegin authored Oct 19, 2022
1 parent f23d94b commit 50a889b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dags/config/ingestion/centro_obs_v1v2_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"concurrency": 3,
"schedule": null,
"timeout_hours": 4,
"steps": [{
"namespace": "ingestion",
"main_class": "bio.ferlab.ui.etl.schema.UpdateSchema",
"publish_class": "",
"schemas": [],
"datasets":
[
{"dataset_id": "raw_centro_obs_grossesses_ant_rieures_d_tails_view", "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []}
]
}]

}

0 comments on commit 50a889b

Please sign in to comment.