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 16:06:56 UTC

[GitHub] [beam] kennknowles opened a new issue, #17986: BigQueryIO.Read should give good error message for views and federated tables

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

   BigQuery API does not support extract jobs (or direct API) for federated tables or views. We should check this in the validate code when the user is using "from(table)" and throw a good error.
   
   Imported from Jira [BEAM-174](https://issues.apache.org/jira/browse/BEAM-174). Original Jira may contain additional context.
   Reported by: dhalperi.


-- 
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


[GitHub] [beam] kennknowles commented on issue #17986: BigQueryIO.Read should give good error message for views and federated tables

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #17986:
URL: https://github.com/apache/beam/issues/17986#issuecomment-1273700705

   @johnjcasey might know something. This is a very old ticket. I don't know if the error message is better now. There are a few different ways to read from BigQuery. It really depends on BigQuery what our IO connector will support. The goal of this ticket is definitely just around giving a good message when there is an unsupported feature. To be honest I don't think the IO should interfere, because if BigQuery retroactively changes, we don't want to have to update Beam.


-- 
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

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


[GitHub] [beam] duarteocarmo commented on issue #17986: BigQueryIO.Read should give good error message for views and federated tables

Posted by GitBox <gi...@apache.org>.
duarteocarmo commented on issue #17986:
URL: https://github.com/apache/beam/issues/17986#issuecomment-1254697961

   Hey @kennknowles  - you guys are not planning on supporting federated queries right? 


-- 
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

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