data_cleaning/config.json
2020-12-23 13:35:20 +08:00

12 lines
236 B
JSON

{
"summary_func": {
"source_coll": "event",
"dest_coll": "summary_func",
"task_name": "summary_func"
},
"first_recharge": {
"source_coll": "paylist",
"dest_coll": "user",
"task_name": "first_recharge"
}
}