python-development
Installation
SKILL.md
Python Development in Apache Beam
Project Structure
Key Directories
sdks/python/- Python SDK rootapache_beam/- Main Beam packagetransforms/- Core transforms (ParDo, GroupByKey, etc.)io/- I/O connectorsml/- Beam ML code (RunInference, etc.)runners/- Runner implementations and wrappersrunners/worker/- SDK worker harness
container/- Docker container configurationtest-suites/- Test configurationsscripts/- Utility scripts