{
"resourceId": "ds-1",
"resourceTypeName": "DATA_SET"
}curl --location --request POST '/public-api/v2/field-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": "销售数据",
"fields": [
{
"resourceId": "ds-1",
"name": "订单数",
"fdType": "LONG",
"fdId": "fd-1",
"meta": "{}",
"annotation": "核心指标"
}
]
},
"backwardAtlas": {
"nodes": [],
"links": []
},
"forwardAtlas": {
"nodes": [
{
"resourceId": "metric-1",
"uniformResourceType": "METRIC",
"name": "订单数指标"
}
],
"links": [
{
"sourceId": "ds-1",
"targetId": "metric-1",
"fieldLinks": [
{
"sourceId": "ds-1",
"sourceFdId": "fd-1",
"targetId": "metric-1",
"targetFdId": "fd-metric-1"
}
]
}
]
}
},
"error": null
}