Rewrite `get_bbs` as a composite transform
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 95
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The [`get_bbs` function](https://github.com/google/gematria/blob/0e1c55564f14ae03fe794d6c62703e4617359620/gematria/datasets/pipelines/compile_modules_lib.py#L109) composes Beam pipelines. We should adopt the idiomatic Beam approach, which is to make this a [composite transform](https://beam.apache.org/documentation/programming-guide/#composite-transforms).
Contributor guide
Assessment
This issue has not been assessed yet.