{
"id": "tool:airflow",
"_kind": "Tool",
"_file": "domain/tools/stack-part-implementations.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Apache Airflow",
"kind": "orchestrator",
"description": "Author, schedule, and monitor data-pipeline DAGs. Python-native;\noperator ecosystem covers most data sources.\n"
},
"outgoingEdges": [
{
"from": "tool:airflow",
"to": "stack-part:workflow-engine",
"kind": "implements_stack_part",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-part:workflow-engine",
"to": "tool:airflow",
"kind": "implemented_by",
"attributes": {}
}
]
}