beam icon indicating copy to clipboard operation
beam copied to clipboard

Apache Beam is a unified programming model for Batch and Streaming data processing.

Results 933 beam issues
Sort by recently updated
recently updated
newest added

1. Added a simple bigtable enrichment example 2. Added an end to end use case that demonstrates how spanner IO and enrichment transform coupled with other YAML transforms can be...

python
io
gcp
Next Action: Reviewers
yaml

Added examples with explanatory comments for reading from and writing to a spanner table ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly...

python
yaml

Python 3.8 is scheduled to reach EOL in October of 2024. This PR removes actions targets for 3.8 ahead of the removal of Beam support for 3.8. DO NOT MERGE...

python
build
infra
yaml

**Please** add a meaningful description for your change here fixes #19378 This PR contains thease changes - add `ValueProvider` methods for `MqttIO.ConnectionConfiguration` ------------------------ Thank you for your contribution! Follow this...

java
io
mqtt
Next Action: Reviewers

Bumps commons-cli:commons-cli from 1.8.0 to 1.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-cli:commons-cli&package-manager=gradle&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

build
dependencies
Next Action: Reviewers

1. Added enrichment transform 2. Registered it in standard_providers.yaml 3. Added integration and unit tests for enrichment transform ------------------------ Thank you for your contribution! Follow this checklist to help us...

python
yaml

Bumps [cloud.google.com/go/datastore](https://github.com/googleapis/google-cloud-go) from 1.17.1 to 1.19.0. Release notes Sourced from cloud.google.com/go/datastore's releases. functions: v1.19.0 1.19.0 (2024-08-20) Features functions: Add support for Go 1.23 iterators (84461c0) kms: v1.19.0 1.19.0 (2024-08-20) Features...

go
dependencies

### What would you like to happen? Currently the website only has examples for Java and Go: https://beam.apache.org/documentation/programming-guide/#metrics ### Issue Priority Priority: 2 (default / most feature requests should be...

python
website
new feature
good first issue
P2

### What would you like to happen? In Bigquery write introduce method "fetchSchemaFromObject" which will dynamically generate schema json from the supplied POJO class. BigQueryIO.write() .to(tableSpec) .fetchSchemaFromObject(Person.class) ..withFormatFunction( (Person elem)...

java
new feature
P2
awaiting triage

Imported from Jira [BEAM-6938](https://issues.apache.org/jira/browse/BEAM-6938). Original Jira may contain additional context. Reported by: iemejia.

java
io
mqtt
P3
improvement