| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "video_topic",
- "project": "videoods",
- "comment": "视频-话题关联",
- "columns": [
- {
- "name": "id",
- "type": "BIGINT",
- "comment": "id"
- },
- {
- "name": "video_id",
- "type": "BIGINT",
- "comment": "视频id"
- },
- {
- "name": "topic_id",
- "type": "BIGINT",
- "comment": "话题id"
- },
- {
- "name": "data_status",
- "type": "BIGINT",
- "comment": "是否有效:0无效 1有效,默认有效"
- },
- {
- "name": "create_time",
- "type": "DATETIME",
- "comment": "创建时间"
- },
- {
- "name": "update_time",
- "type": "DATETIME",
- "comment": "更新时间"
- }
- ],
- "partition_keys": [],
- "dataworks_tasks": [
- {
- "id": 1001764679,
- "name": "imp.video_topic"
- },
- {
- "id": 1001764679,
- "name": "imp.video_topic"
- }
- ],
- "upstream_tables": []
- }
|