导出以及推送在业务库表信息
更新时间: 2025-07-31 15:48:40
阅读 266
export_excel_task表的数据字典
需要拿到项目中心的导出管理数据sql如下:
select * from export_excel_task where type in (component, report, dashboard, dashboards,tab)
export_excel_task的字段信息
id 主键
component_id 组件id
dashboard id 图层id
report_id 报告id
project_id 项目id
component_name 组件名称
report_name 报告名称
Status 导出状态
message 信息
download_key 下载密钥
setting 配置
create_time 导出时间
creator_id 导出人id
modify_time 最后一次修改时间
modifier_id 最后一次修改人id
component_type 组件类型
type 类型(报告,组件,飞书等)
dfile_name 导出文件名
webhook_list 飞书列表
export_type 导出类型(excel)
export_way 导出方式(同步/异步)
status字段里数据的含义
Status 状态
expired 失效
Fail 失败
Waiting 等待
WaitingData 数据准备中(异步)
Generating 生产中
Uploading 导出中
type字段里数据的含义
报告需要包括:report, dashboard, dashboards
报表:component
tab:tab
文档反馈
以上内容对您是否有帮助?