ctc_poc2026/docs/tables/tm_export_task.md

1.5 KiB
Raw Blame History

字段名称 字段类型 中文说明 注释 是否为主键
task_id varchar(64) PRIMARY KEY 导出任务 ID 导出任务 ID
account_id varchar(64) NOT NULL 发起账号 ID 发起账号 ID
tenant varchar(64) 租户标识 租户标识
biz_module varchar(64) NOT NULL 业务模块building/scene/cluster/poor 等) 业务模块building/scene/cluster/poor 等)
export_type varchar(64) 导出类型excel/csv 等) 导出类型excel/csv 等)
request_param jsonb 导出请求参数 JSON 快照 导出请求参数 JSON 快照
export_columns varchar(128) 导出字段列表(数组) 导出字段列表(数组)
status varchar(32) NOT NULL 任务状态pending/processing/running/success/failed/canceled 任务状态pending/processing/running/success/failed/canceled
progress integer NOT NULL DEFAULT 0 任务进度0-100 任务进度0-100
file_name varchar(256) 导出文件名 导出文件名
file_url text 导出文件下载地址 导出文件下载地址
file_size bigint 导出文件大小(字节) 导出文件大小(字节)
error_msg text 错误信息(失败时填充) 错误信息(失败时填充)
created_time timestamp without time zone NOT NULL DEFAULT now() 任务创建时间 任务创建时间
finish_time timestamp without time zone 任务完成时间 任务完成时间
updated_time timestamp without time zone NOT NULL DEFAULT now() 记录更新时间 记录更新时间