II.
Workflow JSON
Structured · liveworkflow:feature-store-management
Feature Store Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:feature-store-management",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-ml-data.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Feature Store Management",
"workflowKind": "data",
"triggerType": "continuous",
"typicalCadence": "continuous",
"complexity": "single-team",
"description": "Maintains the shared feature store — registering new features, monitoring\nfreshness SLAs, decommissioning stale features, and ensuring consistent\nfeature computation between training and serving. Excludes feature engineering research.\n"
},
"outgoingEdges": [
{
"from": "workflow:feature-store-management",
"to": "role:ml-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "skill-area:kafka-stream-processing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "domain:data-science",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "domain:ml-ops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "responsibility:slo-definition",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "org-unit:ml-platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:feature-store-management",
"to": "org-unit:data-platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:feature-store-mlops",
"to": "workflow:feature-store-management",
"kind": "follows_workflow"
}
]
}