videoods.video_topic.json 913 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "video_topic",
  3. "project": "videoods",
  4. "comment": "视频-话题关联",
  5. "columns": [
  6. {
  7. "name": "id",
  8. "type": "BIGINT",
  9. "comment": "id"
  10. },
  11. {
  12. "name": "video_id",
  13. "type": "BIGINT",
  14. "comment": "视频id"
  15. },
  16. {
  17. "name": "topic_id",
  18. "type": "BIGINT",
  19. "comment": "话题id"
  20. },
  21. {
  22. "name": "data_status",
  23. "type": "BIGINT",
  24. "comment": "是否有效:0无效 1有效,默认有效"
  25. },
  26. {
  27. "name": "create_time",
  28. "type": "DATETIME",
  29. "comment": "创建时间"
  30. },
  31. {
  32. "name": "update_time",
  33. "type": "DATETIME",
  34. "comment": "更新时间"
  35. }
  36. ],
  37. "partition_keys": [],
  38. "dataworks_tasks": [
  39. {
  40. "id": 1001764679,
  41. "name": "imp.video_topic"
  42. },
  43. {
  44. "id": 1001764679,
  45. "name": "imp.video_topic"
  46. }
  47. ],
  48. "upstream_tables": []
  49. }