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

fixes #22296 Removing unused code snippets in the Google Cloud Datastore using the last visit date for filtering @VladMatyunin This PR depends on next PRs: - [Bug fix] #22310 ------------------------...

Since ShareAnyCode required Datastore, there are couple of changes in this Pull Request, related terraform changes: 1. Datastore was added in App Engine and database type was defined 2. Setup...

Enable autosharding for BQ [new PR since https://github.com/apache/beam/pull/16795 was closed for being stale] ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and...

java
io
gcp
Next Action: Reviewers
slow-review

### What would you like to happen? Creating dataflow pipelines via Proxy Server with own java trust store will encounter certificate error: ``` WARNING: exception thrown while executing request java.net.UnknownHostException:...

java
io
gcp
new feature
P2
awaiting triage

Content of Overview and Contribute Code sections was hiding on width between 640px and 768px. Contribute Code section didn't have a correct collalpse html structure. - fix Overview and Contribute...

website

### What needs to happen? Consider building a Java IO PTransform for the [SingleStoreDB](https://docs.singlestore.com/) SingleStoreDB is a cloud-native database designed for data-intensive applications. A distributed, relational, SQL database management system...

io
task
P2

https://pkg.go.dev/log#Fatalf > Fatalf is equivalent to Printf() followed by a call to os.Exit(1). see https://go.dev/play/p/iw2MCkHArJZ for example: ```go package main import "log" func main() { log.Println("Println will print and not...

python
go
docker
typescript

### What happened? The latest working SQL shell build is for Beam 2.38 (Gradle 7.3.2). For 2.40 (Gradle 7.4) the following error is reported: ``` ./gradlew -p sdks/java/extensions/sql/shell \ -Pbeam.sql.shell.bundled=':sdks:java:io:google-cloud-platform,:runners:google-cloud-dataflow-java'...

sql
P3
bug
awaiting triage
dsl

JSON insertion via batch loads has until recently only been supported via CSV format. It is now supported with JSON and Avro format (see [here for documentation](https://cloud.google.com/bigquery/docs/reference/standard-sql/json-data#use_a_batch_load_job)). It does not...

python
io
gcp
Next Action: Reviewers

Otherwise there is an error ``` File "/private/tmp/beam/sdks/python/apache_beam/transforms/userstate.py", line 304, in validate_stateful_dofn if (timer_spec._attached_callback != getattr(dofn, method_name, AttributeError: 'NoneType' object has no attribute '__func__' ``` R: @charlesccychen - [x] [**Choose...

python
Next Action: Reviewers