-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
* update metadata (en) * update metadata (zh) * update version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20241122 | ||
20241129 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"1.0","info":{"style":"ROA","product":"DataAnalysisGBI","version":"2024-08-23"},"directories":["RunDataAnalysis"],"components":{"schemas":{}},"apis":{"RunDataAnalysis":{"summary":"运行数据分析","path":"/{workspaceId}/gbi/runDataAnalysis","methods":["post"],"schemes":["https","sse"],"security":[{"AK":[]}],"consumes":[],"operationType":"read","deprecated":false,"systemTags":{"operationType":"none","riskType":"none","chargeType":"free","abilityTreeNodes":["FEATUREsfmXG6QUJ"],"tenantRelevance":"tenant"},"parameters":[{"name":"workspaceId","in":"path","schema":{"description":"","type":"string","required":true,"example":"llm-2v3934xtp49esw64\n"}},{"name":"body","in":"body","style":"json","schema":{"description":"","type":"object","properties":{"specificationType":{"description":"","type":"string","required":false,"enumValueTitles":{"STANDARD_TURBO":"","STANDARD_MIX":"","CUSTOMIZATION":""},"example":"STANDARD_MIX"},"generateSqlOnly":{"description":"","type":"boolean","required":false,"example":"true"},"query":{"description":"","type":"string","required":true,"example":""},"sessionId":{"description":"","type":"string","required":false,"example":"sessionID"}},"required":false}}],"responses":{"200":{"schema":{"title":"Schema of Response","description":"Schema of Response","type":"object","properties":{"data":{"description":"","type":"object","properties":{"errorMessage":{"description":"","type":"string","example":"Access was denied, message: No such namespace namespaces/tech-scp-chain7."},"event":{"description":"","type":"string","enumValueTitles":{"result":"result","evidence":"evidence","sql_part":"sql_part","sql_data":"sql_data","selector":"selector","rewrite":"rewrite","sql":"sql"},"example":"rewrite"},"evidence":{"description":"","type":"string","example":""},"requestId":{"description":"","type":"string","example":"DA2578F7-88A5-5D6E-9305-33E724E97D60"},"rewrite":{"description":"","type":"string","example":""},"selector":{"description":"","type":"array","items":{"description":"","type":"string","example":"table_name1"}},"sessionId":{"description":"","type":"string","example":"sessionid1"},"sql":{"description":"","type":"string","example":"select p.product_id, p.product_name, sum(o.quantity) as total_sales from products p join orders o on p.product_id = o.product_id where o.order_date between '2022-10-22' and '2024-10-22' group by p.product_id, p.product_name having total_sales > 5"},"sqlData":{"description":"","type":"object","properties":{"column":{"description":"","type":"array","items":{"description":"","type":"string","example":"product"}},"data":{"description":"","type":"array","items":{"description":"","type":"object","example":""}}}},"sqlError":{"description":"","type":"string","example":"Can not issue data manipulation statements with executeQuery()"},"visualization":{"description":"","type":"object","properties":{"data":{"description":"","type":"object","properties":{"plotType":{"description":"","type":"string","enumValueTitles":{"bar":"","line":"","pie":""},"example":"bar"},"xAxis":{"description":"","type":"array","items":{"description":"","type":"string","example":"product_name"}},"yAxis":{"description":"","type":"array","items":{"description":"","type":"string","example":"total_sales"}}}},"text":{"description":"","type":"string","example":""}}}}}}}}},"staticInfo":{"returnType":"synchronous"},"responseDemo":"[{\"errorExample\":\"\",\"example\":\"{\\n \\\"data\\\": {\\n \\\"errorMessage\\\": \\\"Access was denied, message: No such namespace namespaces/tech-scp-chain7.\\\",\\n \\\"event\\\": \\\"rewrite\\\",\\n \\\"evidence\\\": \\\"今年是2024年\\\",\\n \\\"requestId\\\": \\\"DA2578F7-88A5-5D6E-9305-33E724E97D60\\\",\\n \\\"rewrite\\\": \\\"查询全部关键字数据,并以饼图形式展示\\\",\\n \\\"selector\\\": [\\n \\\"table_name1\\\"\\n ],\\n \\\"sessionId\\\": \\\"sessionid1\\\",\\n \\\"sql\\\": \\\"select p.product_id, p.product_name, sum(o.quantity) as total_sales from products p join orders o on p.product_id = o.product_id where o.order_date between '2022-10-22' and '2024-10-22' group by p.product_id, p.product_name having total_sales > 5\\\",\\n \\\"sqlData\\\": {\\n \\\"column\\\": [\\n \\\"product\\\"\\n ],\\n \\\"data\\\": [\\n {\\n \\\"product_id\\\": \\\"29\\\",\\n \\\"total_sales\\\": \\\"63\\\",\\n \\\"product_name\\\": \\\"1L迷你电热水壶\\\"\\n }\\n ]\\n },\\n \\\"sqlError\\\": \\\"Can not issue data manipulation statements with executeQuery()\\\",\\n \\\"visualization\\\": {\\n \\\"data\\\": {\\n \\\"plotType\\\": \\\"bar\\\",\\n \\\"xAxis\\\": [\\n \\\"product_name\\\"\\n ],\\n \\\"yAxis\\\": [\\n \\\"total_sales\\\"\\n ]\\n },\\n \\\"text\\\": \\\"查询结果显示,在过去两年中销量超过5的所有产品包括:2L大容量空气炸锅销售了109件,青春版运动手环销售了119件,2L大容量全自动豆浆机销售了106件,无线蓝牙耳机快充版销售了84件,2L大容量便携式榨汁机销售了136件,青春版智能手表销售了104件,挂壁式护眼台灯销售了102件,P30手机8+256G销售了83件,2L大容量电热水壶销售了84件,男士电动化妆刷套装销售了197件,旅行箱销售了82件,手链销售了101件,项链销售了84件,头饰发链销售了89件,腕表销售了98件,戒指销售了157件,真皮皮包销售了136件,风衣大衣销售了76件,运动旅行包销售了91件,丝巾销售了265件,1L迷你空气炸锅销售了85件,豪华款运动手环销售了132件,1L迷你全自动豆浆机销售了81件,豪华版无线蓝牙耳机(绿色)销售了122件,1L迷你便携式榨汁机销售了76件,豪华款智能手表销售了76件,粘贴式护眼台灯销售了109件,M60手机16+512G销售了109件,1L迷你电热水壶销售了63件,女士电动化妆刷套装销售了158件。\\\"\\n }\\n }\\n}\",\"type\":\"json\"}]"}},"endpoints":[{"regionId":"cn-beijing","endpoint":"dataanalysisgbi.cn-beijing.aliyuncs.com"}]} | ||
{"version":"1.0","info":{"style":"ROA","product":"DataAnalysisGBI","version":"2024-08-23"},"directories":["RunDataAnalysis"],"components":{"schemas":{}},"apis":{"RunDataAnalysis":{"summary":"运行数据分析","path":"/{workspaceId}/gbi/runDataAnalysis","methods":["post"],"schemes":["https","sse"],"security":[{"AK":[]}],"consumes":[],"operationType":"read","deprecated":false,"systemTags":{"operationType":"none","riskType":"none","chargeType":"free","abilityTreeNodes":["FEATUREsfmXG6QUJ"],"tenantRelevance":"tenant"},"parameters":[{"name":"workspaceId","in":"path","schema":{"description":"","type":"string","required":true,"example":"llm-2v3934xtp49esw64\n"}},{"name":"body","in":"body","style":"json","schema":{"description":"","type":"object","properties":{"specificationType":{"description":"","type":"string","required":false,"enumValueTitles":{"STANDARD_TURBO":"","STANDARD_MIX":"","CUSTOMIZATION":""},"example":"STANDARD_MIX"},"generateSqlOnly":{"description":"","type":"boolean","required":false,"example":"true"},"query":{"description":"","type":"string","required":true,"example":""},"sessionId":{"description":"","type":"string","required":false,"example":"sessionID"}},"required":false}}],"responses":{"200":{"schema":{"title":"Schema of Response","description":"Schema of Response","type":"object","properties":{"data":{"description":"","type":"object","properties":{"errorMessage":{"description":"","type":"string","example":"Access was denied, message: No such namespace namespaces/tech-scp-chain7."},"event":{"description":"","type":"string","enumValueTitles":{"result":"result","evidence":"evidence","sql_part":"sql_part","sql_data":"sql_data","selector":"selector","rewrite":"rewrite","sql":"sql"},"example":"rewrite"},"evidence":{"description":"","type":"string","example":""},"requestId":{"description":"","type":"string","example":"DA2578F7-88A5-5D6E-9305-33E724E97D60"},"rewrite":{"description":"","type":"string","example":""},"selector":{"description":"","type":"array","items":{"description":"","type":"string","example":"table_name1"}},"sessionId":{"description":"","type":"string","example":"sessionid1"},"sql":{"description":"","type":"string","example":"select p.product_id, p.product_name, sum(o.quantity) as total_sales from products p join orders o on p.product_id = o.product_id where o.order_date between '2022-10-22' and '2024-10-22' group by p.product_id, p.product_name having total_sales > 5"},"sqlData":{"description":"","type":"object","properties":{"column":{"description":"","type":"array","items":{"description":"","type":"string","example":"product"}},"data":{"description":"","type":"array","items":{"description":"","type":"object","example":""}}}},"sqlError":{"description":"","type":"string","example":"Can not issue data manipulation statements with executeQuery()"},"visualization":{"description":"","type":"object","properties":{"data":{"description":"","type":"object","properties":{"plotType":{"description":"","type":"string","enumValueTitles":{"bar":"","line":"","pie":""},"example":"bar"},"xAxis":{"description":"","type":"array","items":{"description":"","type":"string","example":"product_name"}},"yAxis":{"description":"","type":"array","items":{"description":"","type":"string","example":"total_sales"}}}},"text":{"description":"","type":"string","example":""}}},"httpStatusCode":{"type":"integer","format":"int64"}}},"httpStatusCode":{"type":"integer","format":"int64"},"code":{"type":"string"},"message":{"type":"string"}}}}},"errorCodes":{"401":[{"errorCode":"NoAuth","errorMessage":"Bad Request: Workspace.Illegal.Auth."}]},"staticInfo":{"returnType":"synchronous"},"responseDemo":"[{\"errorExample\":\"\",\"example\":\"{\\n \\\"data\\\": {\\n \\\"errorMessage\\\": \\\"Access was denied, message: No such namespace namespaces/tech-scp-chain7.\\\",\\n \\\"event\\\": \\\"rewrite\\\",\\n \\\"evidence\\\": \\\"今年是2024年\\\",\\n \\\"requestId\\\": \\\"DA2578F7-88A5-5D6E-9305-33E724E97D60\\\",\\n \\\"rewrite\\\": \\\"查询全部关键字数据,并以饼图形式展示\\\",\\n \\\"selector\\\": [\\n \\\"table_name1\\\"\\n ],\\n \\\"sessionId\\\": \\\"sessionid1\\\",\\n \\\"sql\\\": \\\"select p.product_id, p.product_name, sum(o.quantity) as total_sales from products p join orders o on p.product_id = o.product_id where o.order_date between '2022-10-22' and '2024-10-22' group by p.product_id, p.product_name having total_sales > 5\\\",\\n \\\"sqlData\\\": {\\n \\\"column\\\": [\\n \\\"product\\\"\\n ],\\n \\\"data\\\": [\\n {\\n \\\"product_id\\\": \\\"29\\\",\\n \\\"total_sales\\\": \\\"63\\\",\\n \\\"product_name\\\": \\\"1L迷你电热水壶\\\"\\n }\\n ]\\n },\\n \\\"sqlError\\\": \\\"Can not issue data manipulation statements with executeQuery()\\\",\\n \\\"visualization\\\": {\\n \\\"data\\\": {\\n \\\"plotType\\\": \\\"bar\\\",\\n \\\"xAxis\\\": [\\n \\\"product_name\\\"\\n ],\\n \\\"yAxis\\\": [\\n \\\"total_sales\\\"\\n ]\\n },\\n \\\"text\\\": \\\"查询结果显示,在过去两年中销量超过5的所有产品包括:2L大容量空气炸锅销售了109件,青春版运动手环销售了119件,2L大容量全自动豆浆机销售了106件,无线蓝牙耳机快充版销售了84件,2L大容量便携式榨汁机销售了136件,青春版智能手表销售了104件,挂壁式护眼台灯销售了102件,P30手机8+256G销售了83件,2L大容量电热水壶销售了84件,男士电动化妆刷套装销售了197件,旅行箱销售了82件,手链销售了101件,项链销售了84件,头饰发链销售了89件,腕表销售了98件,戒指销售了157件,真皮皮包销售了136件,风衣大衣销售了76件,运动旅行包销售了91件,丝巾销售了265件,1L迷你空气炸锅销售了85件,豪华款运动手环销售了132件,1L迷你全自动豆浆机销售了81件,豪华版无线蓝牙耳机(绿色)销售了122件,1L迷你便携式榨汁机销售了76件,豪华款智能手表销售了76件,粘贴式护眼台灯销售了109件,M60手机16+512G销售了109件,1L迷你电热水壶销售了63件,女士电动化妆刷套装销售了158件。\\\"\\n }\\n }\\n}\",\"type\":\"json\"}]"}},"endpoints":[{"regionId":"cn-beijing","endpoint":"dataanalysisgbi.cn-beijing.aliyuncs.com"}]} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.