II.
Workflow JSON
Structured · liveworkflow:data-migration
Data Migration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:data-migration",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Data Migration",
"workflowKind": "development",
"triggerType": "on-demand",
"typicalCadence": "per-project",
"complexity": "cross-team",
"description": "Plans and executes data migration between systems -- profiling source\ndata quality and schema, designing target schema mapping and\ntransformation rules, building and testing ETL pipelines, executing\ndry-run migrations with validation checksums, coordinating cutover\nwindows with stakeholders, and verifying data integrity post-migration.\nProduces migration runbook, validation report, and rollback plan.\nExcludes ongoing data sync.\n"
},
"outgoingEdges": [
{
"from": "workflow:data-migration",
"to": "role:data-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "role:data-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "role:backend-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "skill-area:etl-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "skill-area:schema-evolution",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "skill-area:data-quality",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "domain:data-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "responsibility:data-pipeline-reliability",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:data-migration",
"to": "responsibility:data-quality",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}