scio icon indicating copy to clipboard operation
scio copied to clipboard

A Scala API for Apache Beam and Google Cloud Dataflow.

Results 213 scio issues
Sort by recently updated
recently updated
newest added

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.1. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.1) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 2.0.0 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.0.0...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Amortize processing cost by local batching of elements Batching respects windowing This aims to give symetric API with the KV batching in #4458 As the batch is emitted on `finishBundle`,...

Adds windowing filename support to file-based IOs. Additionally, makes file-based IOs more consistent in their `saveAs*` APIs. Adds to most file-based IOs: * `shardNameTemplate: String`, pattern-based filename format used by...

Set base to `sbt-protoc` #4483 Create an API to facilitate lookup over GRPC on `SCollection` elements with idiomatic scala

Since `Row.query` is a `string`, you have to call `Row.query.format(args(0))`, etc.

fixing https://github.com/spotify/scio/issues/4400

Support the experimental `org.apache.beam.sdk.io.neo4j.Neo4jIO` introduced in Beam 2.38. This is inspired by `JdbcIO`. Request for comment: Beam only provides `readAll`, hence the usage of `sc.parallelize(Seq(())).applyTransform` to simulate a `read`. 1....

This enables `grpc` java codegen support, Clean useless `scio-schemas`. Move test schemas to project's Test configuration.

Updates [com.github.sbt:sbt-avro](https://github.com/sbt/sbt-avro) from 3.4.0 to 3.4.2. [GitHub Release Notes](https://github.com/sbt/sbt-avro/releases/tag/v3.4.2) - [Version Diff](https://github.com/sbt/sbt-avro/compare/v3.4.0...v3.4.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...