II.
StackProfile JSON
Structured · livestack-profile:data-quality-governance
Data Quality / Governance Stack (Great Expectations, dbt, Airflow, PostgreSQL, Python) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:data-quality-governance",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Data Quality / Governance Stack (Great Expectations, dbt, Airflow, PostgreSQL, Python)",
"description": "A data quality and governance platform that embeds validation checkpoints\nthroughout the data pipeline. dbt models define tested transformations\nwith built-in schema and data tests. Airflow orchestrates pipeline DAGs\nwith quality gates that halt downstream processing on validation failure.\nPython scripts run custom quality rules — completeness checks, referential\nintegrity, distribution drift detection — and publish results to a\nPostgreSQL-backed quality dashboard. SQLAlchemy provides the data access\nlayer. Designed for data teams in regulated industries where data\nquality is auditable and pipeline failures must be traceable to specific\nvalidation rules. The tradeoff is pipeline velocity — adding quality\ngates increases end-to-end latency and requires balancing thoroughness\nagainst freshness SLAs for downstream consumers.\n",
"composes": [
"language:python",
"language:sql",
"tool:airflow",
"library:sqlalchemy",
"library:pandas",
"library:pydantic"
]
},
"outgoingEdges": [
{
"from": "stack-profile:data-quality-governance",
"to": "language:python",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "language:sql",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "tool:airflow",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "library:sqlalchemy",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "library:pandas",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "library:pydantic",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "library:pytest",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "tool:docker",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "role:data-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:data-quality-governance",
"to": "role:analytics-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:data-quality-governance",
"to": "role:data-scientist",
"kind": "used_by_role"
},
{
"from": "stack-profile:data-quality-governance",
"to": "workflow:data-quality-monitoring",
"kind": "follows_workflow"
},
{
"from": "stack-profile:data-quality-governance",
"to": "workflow:dbt-model-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:data-quality-governance",
"to": "domain:data-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:data-quality-governance",
"to": "domain:data-science",
"kind": "applies_to"
},
{
"from": "stack-profile:data-quality-governance",
"to": "skill-area:data-quality",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-quality-governance",
"to": "skill-area:dbt-modeling",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-quality-governance",
"to": "skill-area:etl-pipelines",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-quality-governance",
"to": "skill-area:data-governance",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:data-quality-governance",
"to": "skill-area:data-lineage",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}