| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "alg_mid_feature_sharecf",
- "project": "loghubods",
- "comment": "基于视频共线CF特征的用户“分享”对应的vids",
- "columns": [
- {
- "name": "mid",
- "type": "STRING",
- "comment": "视频id"
- },
- {
- "name": "feature",
- "type": "JSON",
- "comment": "json格式的特征组合"
- },
- {
- "name": "dt",
- "type": "STRING",
- "comment": "天"
- },
- {
- "name": "hh",
- "type": "STRING",
- "comment": "小时"
- }
- ],
- "partition_keys": [
- {
- "name": "dt",
- "type": "STRING",
- "comment": "天"
- },
- {
- "name": "hh",
- "type": "STRING",
- "comment": "小时"
- }
- ],
- "dataworks_tasks": [
- {
- "id": 1017835016,
- "name": "08_基于共线的用户分享CF特征"
- }
- ],
- "upstream_tables": [
- "loghubods.alg_vid_feature_cfreturn",
- "loghubods.alg_vid_feature_cfshare",
- "loghubods.user_share_log_flow"
- ]
- }
|