cmarteepants opened a new pull request, #49169:
URL: https://github.com/apache/airflow/pull/49169
## Description
This PR rewrites the taskflow.rst tutorial to improve clarity, tone, and
structure. It assumes the reader has completed the first tutorial and is
beginning to explore the TaskFlow API. Key updates include:
- Reorganized tutorial flow into approachable steps:
- DAG declaration
- Task definition with `@task`
- Dependency management via functional invocation
- Added:
- “How XComs Work” section to demystify data passing
- “Running Your DAG” section for first-time users
- “Task Parameterization” as a core concept
- Rewrote “The Old Way” to match the TaskFlow ETL example for clearer
contrast
- Moved all advanced functionality (e.g. Docker, Kubernetes, @task.sensor,
.override(), conditional execution) into a new “Advanced TaskFlow Patterns”
section
- Added brief context explanations before each advanced example
- Included a new “What’s Next” section to guide continued learning
- Updated ..seealso:: blocks where appropriate
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]