loghubods.alg_vid_feature_cfshare.json 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "alg_vid_feature_cfshare",
  3. "project": "loghubods",
  4. "comment": "视频特征-用户连续分享CF",
  5. "columns": [
  6. {
  7. "name": "vid",
  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": 1017832518,
  42. "name": "02_用户连续分享CF"
  43. }
  44. ],
  45. "upstream_tables": [
  46. "loghubods.user_share_log_flow"
  47. ]
  48. }