tchang-f5 commented on issue #38310:
URL: https://github.com/apache/beam/issues/38310#issuecomment-4398215714

   This would be similar to BigQueryIO.Write.withSchema.  This would provide a 
seamless creation of a new destination table by cloning an existing table.  
This would be useful if supported for dynamic destination with the dynamic 
selection of the source table to clone from.
   
   `
   public [BigQueryIO.Write]public BigQueryIO.Write<T> withSchema(TableSchema 
schema)
   
   Uses the specified schema for rows to be written.
   
   The schema is required only if writing to a table that does not already 
exist, and BigQueryIO.Write.CreateDisposition is set to 
BigQueryIO.Write.CreateDisposition.CREATE_IF_NEEDED.
   `


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