waltage commented on issue #21476:
URL: https://github.com/apache/beam/issues/21476#issuecomment-1158243050

   I tried the following combinations of writes to BigQuery using a random 
PCollection, and all of these **worked as expected**.  The dimensions were all 
crossed, with the following levels:
   
   1. WriteToBigQuery `table` parameter, each of:
       * a `string`
       * a function that returns a `TableRef`
       * a function that returns a `string`
   2. WriteToBigQuery `create` and `write` `disposition` parameters, each of:
       * (default, default)
       * (`CREATE_NEVER`, `WRITE_APPEND`)
   3. WriteToBigQuery `schema` parameter, each of:
       * a `TableSchema`
       * a string `"SCHEMA_AUTODETECT"`
   
   <img width="1359" alt="image" 
src="https://user-images.githubusercontent.com/12177307/174190280-2bccdfd3-13ce-4a81-94d7-5eed653673e2.png";>
   
   The code I used is [located 
here](https://github.com/waltage/beam-triage/tree/main/13487).  What other 
dimensions or levels should I look at?
   


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