videoods.dim_video.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. {
  2. "name": "dim_video",
  3. "project": "videoods",
  4. "comment": "",
  5. "columns": [
  6. {
  7. "name": "videoid",
  8. "type": "BIGINT",
  9. "comment": "视频id"
  10. },
  11. {
  12. "name": "title",
  13. "type": "STRING",
  14. "comment": "视频标题"
  15. },
  16. {
  17. "name": "distrubute_title",
  18. "type": "STRING",
  19. "comment": "视频分发标题"
  20. },
  21. {
  22. "name": "video_category",
  23. "type": "STRING",
  24. "comment": "视频种类"
  25. },
  26. {
  27. "name": "tag_name",
  28. "type": "STRING",
  29. "comment": "视频一级标签"
  30. },
  31. {
  32. "name": "gmt_create",
  33. "type": "DATETIME",
  34. "comment": "上传时间 "
  35. },
  36. {
  37. "name": "tags",
  38. "type": "STRING",
  39. "comment": "视频内容标签"
  40. },
  41. {
  42. "name": "uid",
  43. "type": "BIGINT",
  44. "comment": "生产者id"
  45. },
  46. {
  47. "name": "video_edit",
  48. "type": "STRING",
  49. "comment": "视频审核状态"
  50. },
  51. {
  52. "name": "video_data_stat",
  53. "type": "STRING",
  54. "comment": "视频的数据状态"
  55. },
  56. {
  57. "name": "video_recommend",
  58. "type": "STRING",
  59. "comment": "视频可搜状态"
  60. },
  61. {
  62. "name": "is_img",
  63. "type": "STRING",
  64. "comment": "视频分发封面"
  65. },
  66. {
  67. "name": "existence_days",
  68. "type": "DOUBLE",
  69. "comment": "发布距今天数"
  70. },
  71. {
  72. "name": "video_url",
  73. "type": "STRING",
  74. "comment": "后台视频链接"
  75. },
  76. {
  77. "name": "total_time",
  78. "type": "BIGINT",
  79. "comment": "视频时长"
  80. },
  81. {
  82. "name": "play_count",
  83. "type": "BIGINT",
  84. "comment": "播放人数"
  85. },
  86. {
  87. "name": "play_count_total",
  88. "type": "BIGINT",
  89. "comment": "播放次数"
  90. },
  91. {
  92. "name": "total_reward",
  93. "type": "DOUBLE",
  94. "comment": "赞赏总金额"
  95. },
  96. {
  97. "name": "currentday_reward",
  98. "type": "DOUBLE",
  99. "comment": "当日赞赏金额"
  100. },
  101. {
  102. "name": "total_reward_times",
  103. "type": "BIGINT",
  104. "comment": "赞赏次数"
  105. },
  106. {
  107. "name": "reward_person",
  108. "type": "BIGINT",
  109. "comment": "赞赏人数"
  110. },
  111. {
  112. "name": "total_price",
  113. "type": "BIGINT",
  114. "comment": "付费总金额"
  115. },
  116. {
  117. "name": "currentday_price",
  118. "type": "BIGINT",
  119. "comment": "当日付费金额"
  120. },
  121. {
  122. "name": "total_price_times",
  123. "type": "BIGINT",
  124. "comment": "付费次数"
  125. },
  126. {
  127. "name": "total_price_person",
  128. "type": "BIGINT",
  129. "comment": "付费人数"
  130. },
  131. {
  132. "name": "app_recommend_status",
  133. "type": "STRING",
  134. "comment": "app推荐状态"
  135. },
  136. {
  137. "name": "charge",
  138. "type": "STRING",
  139. "comment": "收费状态"
  140. },
  141. {
  142. "name": "is_pwd",
  143. "type": "STRING",
  144. "comment": "是否加密"
  145. },
  146. {
  147. "name": "width",
  148. "type": "BIGINT",
  149. "comment": "视频宽度"
  150. },
  151. {
  152. "name": "height",
  153. "type": "BIGINT",
  154. "comment": "视频高度"
  155. },
  156. {
  157. "name": "tag_name2",
  158. "type": "STRING",
  159. "comment": "二级标签"
  160. },
  161. {
  162. "name": "tag_name3",
  163. "type": "STRING",
  164. "comment": "三级标签"
  165. },
  166. {
  167. "name": "if_create",
  168. "type": "STRING",
  169. "comment": "是否为创作视频"
  170. },
  171. {
  172. "name": "if_change",
  173. "type": "STRING",
  174. "comment": "是否再创作"
  175. },
  176. {
  177. "name": "app_type",
  178. "type": "BIGINT",
  179. "comment": "发布端"
  180. },
  181. {
  182. "name": "descr",
  183. "type": "STRING",
  184. "comment": "视频简介"
  185. },
  186. {
  187. "name": "video_type",
  188. "type": "STRING",
  189. "comment": "视频创作类型"
  190. },
  191. {
  192. "name": "if_in_youthcommunity",
  193. "type": "STRING",
  194. "comment": "是否进入青年社区"
  195. },
  196. {
  197. "name": "if_in_agedcommunity",
  198. "type": "STRING",
  199. "comment": "是否进入老年社区"
  200. },
  201. {
  202. "name": "topic_name",
  203. "type": "STRING",
  204. "comment": "话题名称"
  205. }
  206. ],
  207. "partition_keys": [],
  208. "dataworks_tasks": [
  209. {
  210. "id": 1000579613,
  211. "name": "视频维度表"
  212. }
  213. ],
  214. "upstream_tables": [
  215. "videoods.every_video_status_category",
  216. "videoods.if_create_video",
  217. "videoods.topic",
  218. "videoods.total_price_video",
  219. "videoods.total_reward_video",
  220. "videoods.video_repository_type",
  221. "videoods.video_topic",
  222. "videoods.videoid_second_tag_name",
  223. "videoods.videoid_third_tag_name",
  224. "videoods.videoid_top_tag_name",
  225. "videoods.wx_video",
  226. "videoods.wx_video_detail",
  227. "videoods.wx_video_pwd",
  228. "videoods.wx_video_recommend_ext",
  229. "videoods.wx_video_status",
  230. "videoods.wx_video_tag",
  231. "videoods.wx_video_tag_rel"
  232. ]
  233. }