II.
StackPart JSON
Structured · livestack-part:data-warehouse
Data Warehouse json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:data-warehouse",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-data.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Data Warehouse",
"category": "data-store",
"description": "OLAP analytical store (BigQuery, Snowflake, Redshift, Synapse).\n"
},
"outgoingEdges": [
{
"from": "stack-part:data-warehouse",
"to": "platform-service:gcp-bigquery",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:data-warehouse",
"to": "skill-area:data-warehouse-modeling",
"kind": "stack_part_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:gcp-bigquery",
"to": "stack-part:data-warehouse",
"kind": "implements_stack_part"
},
{
"from": "platform-service:gcp-bigquery",
"to": "stack-part:data-warehouse",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool-server:mcp-clickhouse",
"to": "stack-part:data-warehouse",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-snowflake",
"to": "stack-part:data-warehouse",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-bigquery",
"to": "stack-part:data-warehouse",
"kind": "integrates_with",
"attributes": {}
}
]
}