beam
beam copied to clipboard
Apache Beam is a unified programming model for Batch and Streaming data processing.
Basic SpannerIO implementation as described in https://github.com/apache/beam/issues/23181. Todo - [ ] Additional unit tests - [ ] Integration tests ------------------------ Thank you for your contribution! Follow this checklist to help...
### What needs to happen? We should test more nested, structured types (Optional[row], Sequence[row], etc..). Missing that coverage allows issues like https://github.com/apache/beam/issues/22854 to slip through. ### Issue Priority Priority: 2...
### What needs to happen? Adding the complexity field to the example response ### Issue Priority Priority: 1 ### Issue Component Component: beam-playground
### What needs to happen? Removing the code related to the Cloud Storage ### Issue Priority Priority: 1 ### Issue Component Component: beam-playground
### What needs to happen? Adding SDK to the example response ### Issue Priority Priority: 1 ### Issue Component Component: beam-playground
### What needs to happen? Updating endpoints for playground examples ### Issue Priority Priority: 1 ### Issue Component Component: beam-playground
### What needs to happen? - Datastore queries + mappers to get examples - Datastore queries + mappers to get precompiled objects - Cache component - Updating endpoints - Adding...
### What happened? When using WRITE_TRUNCATE, if the data being loaded is split into multiple temp tables, the copy job that merges all the results together can end up using...
### What needs to happen? Load Python Beam symbols dictionary into Playground ### Issue Priority Priority: 3 ### Issue Component Component: beam-playground
### What happened? I'm using the Snowflake IO Write and I'm noticing that the fileNameTemplate attribute is not actually being used anywhere. To give more context, I'm using AWS for...