loghubods.alg_mid_feature_sharecf.json 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "alg_mid_feature_sharecf",
  3. "project": "loghubods",
  4. "comment": "基于视频共线CF特征的用户“分享”对应的vids",
  5. "columns": [
  6. {
  7. "name": "mid",
  8. "type": "STRING",
  9. "comment": "视频id"
  10. },
  11. {
  12. "name": "feature",
  13. "type": "JSON",
  14. "comment": "json格式的特征组合"
  15. },
  16. {
  17. "name": "dt",
  18. "type": "STRING",
  19. "comment": "天"
  20. },
  21. {
  22. "name": "hh",
  23. "type": "STRING",
  24. "comment": "小时"
  25. }
  26. ],
  27. "partition_keys": [
  28. {
  29. "name": "dt",
  30. "type": "STRING",
  31. "comment": "天"
  32. },
  33. {
  34. "name": "hh",
  35. "type": "STRING",
  36. "comment": "小时"
  37. }
  38. ],
  39. "dataworks_tasks": [
  40. {
  41. "id": 1017835016,
  42. "name": "08_基于共线的用户分享CF特征"
  43. }
  44. ],
  45. "upstream_tables": [
  46. "loghubods.alg_vid_feature_cfreturn",
  47. "loghubods.alg_vid_feature_cfshare",
  48. "loghubods.user_share_log_flow"
  49. ]
  50. }