{
"resourceId": "ds-1",
"resourceTypeName": "DATA_SET"
}curl --location --request POST '/public-api/v2/resource-atlas/query' \
--header 'X-Public-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceId": "ds-1",
"resourceTypeName": "DATA_SET"
}'{
"result": "ok",
"response": {
"crtNode": {
"resourceId": "ds-1",
"uniformResourceType": "DATA_SET_ETL",
"name": "销售数据",
"categoryName": "数据集",
"fields": [
{
"name": "订单数",
"fdType": "LONG",
"fdId": "fd-1",
"meta": "{}"
}
],
"content": {
"name": "销售数据",
"displayType": "DATA_SET",
"rowCount": 1024,
"columnCount": 12,
"visualDataSetType": {
"bigCategory": "DATA_SET",
"subCategory": "ETL",
"highPerfFlag": false
}
}
},
"backwardAtlas": {
"nodes": [],
"links": []
},
"forwardAtlas": {
"nodes": [
{
"resourceId": "etl-1",
"uniformResourceType": "DATA_PROCESS_ETL",
"name": "销售清洗流程"
}
],
"links": [
{
"sourceId": "ds-1",
"targetId": "etl-1",
"sourceType": "DATA_SET_ETL",
"targetType": "DATA_PROCESS_ETL",
"relativeDistance": 1,
"description": "资源血缘"
}
]
}
},
"error": null
}