II.
StackPart JSON
Structured · livestack-part:scheduler
Job Scheduler / Orchestrator json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:scheduler",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-app-services.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Job Scheduler / Orchestrator",
"description": "Time- or event-driven orchestrator for batch and ETL jobs.\nExamples: Apache Airflow, Prefect, Dagster, Temporal cron schedules.\n"
},
"outgoingEdges": [
{
"from": "stack-part:scheduler",
"to": "tool:airflow",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:scheduler",
"to": "tool:temporal",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:scheduler",
"to": "tool:dagster",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:scheduler",
"to": "tool:prefect",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:scheduler",
"to": "skill-area:etl-pipelines",
"kind": "stack_part_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:background-job-processing",
"to": "stack-part:scheduler",
"kind": "uses_stack_part"
},
{
"from": "skill-area:task-scheduling-cron-jobs",
"to": "stack-part:scheduler",
"kind": "uses_stack_part"
},
{
"from": "skill-area:etl-pipelines",
"to": "stack-part:scheduler",
"kind": "uses_stack_part"
}
]
}