| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "vid_click_cf_feature_20250212",
- "project": "loghubods",
- "comment": "02_视频点击事件的CF特征,使用详情页曝光和回流页曝光当作点击事件",
- "columns": [
- {
- "name": "vid_a",
- "type": "STRING",
- "comment": "视频ID"
- },
- {
- "name": "vid_b",
- "type": "STRING",
- "comment": "视频ID"
- },
- {
- "name": "feature",
- "type": "STRING",
- "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": 1023781551,
- "name": "02_基于用户点击的CF特征_20250212"
- }
- ],
- "upstream_tables": [
- "loghubods.dwd_recsys_alg_exposure_base_20250108"
- ]
- }
|