python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to flatten SCollection[SCollection[SomeType]] into SCollection[SomeType]
I'm using Beam (and Scio, though feel free to answer this question for PCollections too) to read from multiple tables in BigQuery. Because I'm reading multiple datasets from a dynamically generated li...
pavelmk
Votes: 0
Answers: 1
Strange error after upgrading scio from 0.9 to 0.11
I'm trying to run a very simple scio App (using Scala:2.13, gradle:7.2, openjdk:1.8) and deploy in Google Dataflow:
package testing
import com.spotify.scio.ContextAndArgs
object HelloWorld {
def ma...

databius
Votes: 0
Answers: 1
scio cannot write to BYTES field in BigQuery after upgrading to version 0.10.0
I am using scio to write data to BigQuery using Scala and am facing strange error after upgrading to version 0.10.0.
Here is my simple example:
package com.databius.demo
import com.google.api.service...

databius
Votes: 0
Answers: 0