You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:30:08 UTC

[GitHub] [beam] kennknowles opened a new issue, #18812: Set region when BigqueryIO.write using DirectRunner

kennknowles opened a new issue, #18812:
URL: https://github.com/apache/beam/issues/18812

   Cannot set region for BigQuery dataset when using direct runner using Apache Beam. I'm trying to get data from Oracle via JdbcIO.read using apache beam to get data and push them to bigquery table. Problem is I have to use direct runner because Oracle DB is local, and the bigquery dataset must located in asia, not the default us-central. so now I cannot push data because the default location dont have my target dataset. I tried extending the GcpOption but no help. Don't suggest me to use the DataflowRunner, because it cannot load data from Oracle local. Thanks.
   
   Imported from Jira [BEAM-4247](https://issues.apache.org/jira/browse/BEAM-4247). Original Jira may contain additional context.
   Reported by: doduythao.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org