From 50a889b10e0db1bf9251285022e32f18e070244f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20B=C3=A9gin?= Date: Wed, 19 Oct 2022 14:15:07 -0400 Subject: [PATCH] fix: UNIC-887 Add centro obs update schema dag (#122) --- .../config/ingestion/centro_obs_v1v2_config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dags/config/ingestion/centro_obs_v1v2_config.json diff --git a/dags/config/ingestion/centro_obs_v1v2_config.json b/dags/config/ingestion/centro_obs_v1v2_config.json new file mode 100644 index 00000000..804aaa70 --- /dev/null +++ b/dags/config/ingestion/centro_obs_v1v2_config.json @@ -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": []} + ] + }] + +} \ No newline at end of file