II.
StackProfile JSON
Structured · livestack-profile:data-warehouse-bi
Data Warehouse / BI Stack (dbt, BigQuery, Metabase/Looker, Python, Airflow) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:data-warehouse-bi",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Data Warehouse / BI Stack (dbt, BigQuery, Metabase/Looker, Python, Airflow)",
"description": "A modern data warehouse and business intelligence stack where Airflow\norchestrates ELT pipelines that land raw data into BigQuery, dbt\ntransforms it into dimensional models with tested, documented SQL,\nand Metabase or Looker provides self-serve dashboards and ad-hoc\nexploration for business stakeholders. Python scripts handle custom\ndata source connectors and quality checks. SQL is the primary\nmodeling language across the stack. Designed for data teams in\ngrowth-stage companies building their first production analytics\nlayer. The tradeoff is warehouse cost management — BigQuery's\non-demand pricing can spike unpredictably with poorly optimized\nqueries, requiring careful slot reservation planning and query\ngovernance as usage scales.\n",
"composes": [
"language:sql",
"language:python",
"tool:airflow",
"library:pandas",
"tool:docker"
]
},
"outgoingEdges": [
{
"from": "stack-profile:data-warehouse-bi",
"to": "language:sql",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "language:python",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "tool:airflow",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "library:pandas",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "tool:docker",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "platform-service:gcp-bigquery",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "library:sqlalchemy",
"kind": "composed_of"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "role:analytics-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "role:data-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "role:bi-developer",
"kind": "used_by_role"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "workflow:dbt-model-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "workflow:data-pipeline-deployment",
"kind": "follows_workflow"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "domain:business-intelligence",
"kind": "applies_to"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "domain:data-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "skill-area:dbt-modeling",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "skill-area:data-warehouse-modeling",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "skill-area:etl-pipelines",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "skill-area:data-quality",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-warehouse-bi",
"to": "skill-area:data-analytics",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}