scio
scio copied to clipboard
Add GCS temp location to bigquery example
to run successfully, https://spotify.github.io/scio//extras/Scio-REPL.html#bigquery-example requires setting templocatiom to a GCS path
sc.options.setTempLocation("gs://...")
Wouldn't it be nicer to add to the cli before starting the repl ? (as done for staging)