Svetak Sundhar

Results 6 issues of Svetak Sundhar

Part of #20810 This PR adds a wrapper function 'read_gbq', that wraps a wrapper PTransform 'ReadGbq'. 'ReadGbq' allows users to Read from BQ, convert the schema into a Beam Schema,...

python
io
gcp
Next Action: Reviewers

Add how reviewers are assigned on the ReadMe. It is currently unclear whether the PR owner must tag their reviewer manually, or we have an automated PR Bot to assign...

### What happened? https://github.com/apache/beam/pull/30181 is looking to update Beam to utilize libraries-bom 26.31.0. This is causing a `NullPointerException` (https://github.com/apache/beam/actions/runs/7825861531/job/21350737985?pr=30181). My thoughts on a workaround: Sickbay the integration test, merge the...

java
io
P3
bug
awaiting triage

### What would you like to happen? Allow `BigTableIO.ReadChangeStream` to have a `withoutValidation` option similar to https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java#L662, and make sure to not check app profile related properties ### Issue Priority...

java
io
new feature
P2
awaiting triage

This blog posts details opinionated examples and practices for unit testing in Beam. Examples use the Python SDK. ------------------------ Thank you for your contribution! Follow this checklist to help us...

website

Split this notebook addition separately from the blog post "Unit Testing in Beam" (will reference it there). ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate...

examples