ahmedabu98 commented on issue #23670:
URL: https://github.com/apache/beam/issues/23670#issuecomment-1282998481

   > or make sure that the load to temp table -> copy to destination -> remove 
temp table happens as a single commit phase
   
   this is most likely not a reality because of the [GBK 
here](https://github.com/apache/beam/blob/9f40bbf9c3ba4227e696554426c66abee0f37e6f/sdks/python/apache_beam/io/gcp/bigquery_file_loads.py#L1096).
 I'm wondering if that GBK is necessary (I think BQ ignores delete ops for 
non-existing tables so sending more than one request for a table should be 
fine). @pabloem WDYT? The GBK is an old addition but thought I'd still ask.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to