YAML & Execution Model¶
YAML is the syntax. This section is about what happens to it after you save the file — the actual pipeline that turns a list of key: value pairs into a Python process running on a remote machine.
Read in this order¶
- YAML Essentials — indentation, block scalars, anchors, and the mistakes everyone makes once
- YAML → Python Mental Model — the real pipeline, and the misconception it corrects
Next¶
Continue to Variables & Data.