-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: UNIC-887 Add centro obs update schema dag (#122)
- Loading branch information
Laura Bégin
authored
Oct 19, 2022
1 parent
f23d94b
commit 50a889b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": []} | ||
] | ||
}] | ||
|
||
} |