name: xiaoai_sync_to_bitable
version: "2.0.0"
description: >
从惠科/小爱数据接口增量拉取数据,写入飞书多维表。
支持单表 10000 条自动分表;不包含标注逻辑。
entrypoint:
command: "python"
args:
inputs:
type: integer
required: false
default: 60
description: 同步时间窗口,往前补偿的分钟数(基于当前时间)
type: integer
required: false
default: 763579
description: 小爱接口 folder_id
type: string
required: false
default: "xmxa"
description: 小爱接口 customer_id
type: string
required: true
description: 飞书开放平台应用 APP_ID
type: string
required: true
description: 飞书开放平台应用 APP_SECRET
type: string
required: true
description: 小爱/惠科接口 token(Bearer 后面的部分)
type: string
required: true
description: 目标飞书多维表视图链接(包含 base/app_token 和 table 参数)
type: string
required: false
default: "http://wisers-data-service.wisersone.com.cn"
description: 惠科/小爱 API 基础域名
outputs:
type: integer
description: 本次同步写入多维表的记录数
permissions:
network:
共 1 个版本