使用parquet文件更新数据集
GET
/public-api/data-source/{dsId}/refresh-with-file:::note[接口简介]
根据语雀文档:https://guandata.yuque.com/productspace/productknowledge/lk9dce
- 先上传文件到指定目录
- 然后执行该接口
ps: 请联系技术支持获取语雀文档
:::
请求参数
Path 参数
dsId
string
数据集id
Query 参数
overwrite
boolean
可选
示例值:
false
Header 参数
X-Auth-Token
string
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result
string
请求状态
枚举值: ok、fail
response
string | null
响应结果
error
object
错误信息
status
number
错误码
message
string
信息
detail
object
详情
示例
{
"result": "string",
"response": "string",
"error": {
"status": 0,
"message": "string",
"detail": {
"notifyType": "string"
}
}
}
最后修改时间: 3 个月前