beam
beam copied to clipboard
Apache Beam is a unified programming model for Batch and Streaming data processing.
Fixes #31431 A more common approach to packaging Python package is leveraging pyproject.toml files and having a src directory (instead of a flat directory). This change intends to update the...
PR to trigger workflows against the files post python 3.8 deprecation ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: -...
Document an existing issue #32335 **Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly...
**Please** add a meaningful description for your change here Pass custom cache dir to prevent `PermissionError: [Errno 13] Permission denied: '/home/.apache_beam'` ------------------------ Thank you for your contribution! Follow this checklist...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
The PreCommit GoPortable is failing over 50% of the time. Please visit https://github.com/apache/beam/actions/workflows/beam_PreCommit_GoPortable.yml?query=is%3Afailure+branch%3Amaster to see all failed workflow runs. See also Grafana statistics: http://metrics.beam.apache.org/d/CTYdoxP4z/ga-post-commits-status?orgId=1&viewPanel=10&var-Workflow=PreCommit%20GoPortable
- Add correct shutdown mechanics - remove deadline from direct path streaming RPCs - consume worker metadata more efficient (i.e remove polling) R: @scwhittle ------------------------ Thank you for your contribution!...
------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description (for example:...
Writing raw messages to pubsub in Beam YAML writes a string object instead of encoded bytes (which is the expected type) - this PR fixes raw messages to instead be...